home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Context / Python.DEF < prev    next >
Text File  |  2003-09-01  |  200KB  |  7,026 lines

  1. [ArithmeticError |G  Base class for arithmetic errors.]
  2. ArithmeticError(|) 
  3. ;
  4. [AssertionError |G  Assertion failed.]
  5. AssertionError(|) 
  6. ;
  7. [AttributeError |G  Attribute not found.]
  8. AttributeError(|) 
  9. ;
  10. [BaseHTTPServer.BaseHTTPRequestHandler |G  HTTP request handler base class.]
  11. BaseHTTPServer.BaseHTTPRequestHandler(|) 
  12. ;
  13. [BaseHTTPServer.HTTPServer |G {class}]
  14. BaseHTTPServer.HTTPServer(|) 
  15. ;
  16. [BaseHTTPServer.test |G  Test the HTTP request handler class.]
  17. BaseHTTPServer.test(|) 
  18. ;
  19. [Bastion.Bastion |G  Create a bastion for an object, using an optional filter.]
  20. Bastion.Bastion(|) 
  21. ;
  22. [Bastion.BastionClass |G  Helper class used by the Bastion() function.]
  23. Bastion.BastionClass(|get, name) 
  24. ;
  25. [Bastion._test |G  Test the Bastion() function.]
  26. Bastion._test(|) 
  27. ;
  28. [CGIHTTPServer.CGIHTTPRequestHandler |G  Complete HTTP server with GET, HEAD and POST commands.]
  29. CGIHTTPServer.CGIHTTPRequestHandler(|) 
  30. ;
  31. [CGIHTTPServer.executable |G  Test for executable file.]
  32. CGIHTTPServer.executable(|path) 
  33. ;
  34. [CGIHTTPServer.nobody_uid |G  Internal routine to get nobody's uid]
  35. CGIHTTPServer.nobody_uid(|) 
  36. ;
  37. [CGIHTTPServer.test |G {function}]
  38. CGIHTTPServer.test(|) 
  39. ;
  40. [ConfigParser.ConfigParser |G ]
  41. ConfigParser.ConfigParser(|defaults=None)
  42. ;
  43. [ConfigParser.DuplicateSectionError |G ]
  44. ConfigParser.DuplicateSectionError(|section)
  45. ;
  46. [ConfigParser.Error |G ]
  47. ConfigParser.Error(|msg='')
  48. ;
  49. [ConfigParser.InterpolationDepthError |G ]
  50. ConfigParser.InterpolationDepthError(|option, section, rawval)
  51. ;
  52. [ConfigParser.InterpolationError |G ]
  53. ConfigParser.InterpolationError(|reference, option, section, rawval)
  54. ;
  55. [ConfigParser.MissingSectionHeaderError |G ]
  56. ConfigParser.MissingSectionHeaderError(|filename, lineno, line)
  57. ;
  58. [ConfigParser.NoOptionError |G ]
  59. ConfigParser.NoOptionError(|option, section)
  60. ;
  61. [ConfigParser.NoSectionError |G ]
  62. ConfigParser.NoSectionError(|section)
  63. ;
  64. [ConfigParser.ParsingError |G ]
  65. ConfigParser.ParsingError(|filename)
  66. ;
  67. [Cookie.BaseCookie |G ]
  68. Cookie.BaseCookie(|input=None)
  69. ;
  70. [Cookie.Cookie |G  SmartCookie]
  71. Cookie.Cookie(|) 
  72. ;
  73. [Cookie.CookieError |G {class}]
  74. Cookie.CookieError(|) 
  75. ;
  76. [Cookie.Morsel |G {class}]
  77. Cookie.Morsel(|) 
  78. ;
  79. [Cookie.SerialCookie |G  SerialCookie]
  80. Cookie.SerialCookie(|) 
  81. ;
  82. [Cookie.SimpleCookie |G  SimpleCookie]
  83. Cookie.SimpleCookie(|) 
  84. ;
  85. [Cookie.SmartCookie |G  SmartCookie]
  86. Cookie.SmartCookie(|) 
  87. ;
  88. [Cookie.UserDict |G {class}]
  89. Cookie.UserDict(|) 
  90. ;
  91. [Cookie._getdate |G ]
  92. Cookie._getdate(|future=0, weekdayname=_weekdayname, monthname=_monthname)
  93. ;
  94. [Cookie._quote |G {function}]
  95. Cookie._quote(|) 
  96. ;
  97. [Cookie._test |G ]
  98. Cookie._test(|)
  99. ;
  100. [Cookie._unquote |G ]
  101. Cookie._unquote(|str, join=string.join, atoi=string.atoi)
  102. ;
  103. [Cookie.dumps |G --Return a string containing an object in pickle format]
  104. Cookie.dumps(|object, [binary]) 
  105. ;
  106. [Cookie.loads |G -- Load a pickle from the given string]
  107. Cookie.loads(|string) 
  108. ;
  109. [DeprecationWarning |G  Base class for warnings about deprecated features.]
  110. DeprecationWarning(|) 
  111. ;
  112. [EOFError |G  Read beyond end of file.]
  113. EOFError(|) 
  114. ;
  115. [EnvironmentError |G  Base class for I/O related errors.]
  116. EnvironmentError(|) 
  117. ;
  118. [Exception |G  Common base class for all exceptions.]
  119. Exception(|) 
  120. ;
  121. [FloatingPointError |G  Floating point operation failed.]
  122. FloatingPointError(|) 
  123. ;
  124. [HTMLParser.HTMLParseError |G  Exception raised for all parse errors.]
  125. HTMLParser.HTMLParseError(|msg, position=(None, None)) 
  126. ;
  127. [HTMLParser.HTMLParser |G  Find tags and other markup and call handler functions.]
  128. HTMLParser.HTMLParser(|) 
  129. ;
  130. [IOError |G  I/O operation failed.]
  131. IOError(|) 
  132. ;
  133. [ImportError |G  Import can't find module, or can't find name in module.]
  134. ImportError(|) 
  135. ;
  136. [IndentationError |G  Improper indentation.]
  137. IndentationError(|) 
  138. ;
  139. [IndexError |G  Sequence index out of range.]
  140. IndexError(|) 
  141. ;
  142. [KeyError |G  Mapping key not found.]
  143. KeyError(|) 
  144. ;
  145. [KeyboardInterrupt |G  Program interrupted by user.]
  146. KeyboardInterrupt(|) 
  147. ;
  148. [LookupError |G  Base class for lookup errors.]
  149. LookupError(|) 
  150. ;
  151. [MemoryError |G  Out of memory.]
  152. MemoryError(|) 
  153. ;
  154. [MimeWriter.MimeWriter |G  Generic MIME writer.]
  155. MimeWriter.MimeWriter(|fp) 
  156. ;
  157. [NameError |G  Name not found globally.]
  158. NameError(|) 
  159. ;
  160. [NotImplementedError |G  Method or function hasn't been implemented yet.]
  161. NotImplementedError(|) 
  162. ;
  163. [OSError |G  OS system call failed.]
  164. OSError(|) 
  165. ;
  166. [OverflowError |G  Result too large to be represented.]
  167. OverflowError(|) 
  168. ;
  169. [OverflowWarning |G  Base class for warnings about numeric overflow.]
  170. OverflowWarning(|) 
  171. ;
  172. [Queue.Empty |G  Exception raised by Queue.get(block=0)/get_nowait().]
  173. Queue.Empty(|) 
  174. ;
  175. [Queue.Full |G  Exception raised by Queue.put(block=0)/put_nowait().]
  176. Queue.Full(|) 
  177. ;
  178. [Queue.Queue |G ]
  179. Queue.Queue(|maxsize=0)
  180. ;
  181. [ReferenceError |G  Weak ref proxy used after referent went away.]
  182. ReferenceError(|) 
  183. ;
  184. [RuntimeError |G  Unspecified run-time error.]
  185. RuntimeError(|) 
  186. ;
  187. [RuntimeWarning |G  Base class for warnings about dubious runtime behavior.]
  188. RuntimeWarning(|) 
  189. ;
  190. [SimpleHTTPServer.SimpleHTTPRequestHandler |G  Simple HTTP request handler with GET and HEAD commands.]
  191. SimpleHTTPServer.SimpleHTTPRequestHandler(|) 
  192. ;
  193. [SimpleHTTPServer.StringIO |G  class StringIO({buffer})]
  194. SimpleHTTPServer.StringIO(|) 
  195. ;
  196. [SimpleHTTPServer.test |G {function}]
  197. SimpleHTTPServer.test(|) 
  198. ;
  199. [SimpleXMLRPCServer.SimpleXMLRPCRequestHandler |G  Simple XML-RPC request handler class.]
  200. SimpleXMLRPCServer.SimpleXMLRPCRequestHandler(|) 
  201. ;
  202. [SimpleXMLRPCServer.SimpleXMLRPCServer |G  Simple XML-RPC server.]
  203. SimpleXMLRPCServer.SimpleXMLRPCServer(|) 
  204. ;
  205. [SimpleXMLRPCServer._resolve_dotted_attribute |G  Resolves a dotted attribute name to an object.  Raises]
  206. SimpleXMLRPCServer._resolve_dotted_attribute(|obj, attr) 
  207. ;
  208. [SocketServer.BaseRequestHandler |G  Base class for request handler classes.]
  209. SocketServer.BaseRequestHandler(|request, client_address, server) 
  210. ;
  211. [SocketServer.BaseServer |G  Base class for server classes.]
  212. SocketServer.BaseServer(|server_address, RequestHandlerClass) 
  213. ;
  214. [SocketServer.DatagramRequestHandler |G  Define self.rfile and self.wfile for datagram sockets.]
  215. SocketServer.DatagramRequestHandler(|) 
  216. ;
  217. [SocketServer.ForkingMixIn |G  Mix-in class to handle each request in a new process.]
  218. SocketServer.ForkingMixIn(|) 
  219. ;
  220. [SocketServer.ForkingTCPServer |G {class}]
  221. SocketServer.ForkingTCPServer(|) 
  222. ;
  223. [SocketServer.ForkingUDPServer |G {class}]
  224. SocketServer.ForkingUDPServer(|) 
  225. ;
  226. [SocketServer.StreamRequestHandler |G  Define self.rfile and self.wfile for stream sockets.]
  227. SocketServer.StreamRequestHandler(|) 
  228. ;
  229. [SocketServer.TCPServer |G  Base class for various socket-based server classes.]
  230. SocketServer.TCPServer(|server_address, RequestHandlerClass) 
  231. ;
  232. [SocketServer.ThreadingMixIn |G  Mix-in class to handle each request in a new thread.]
  233. SocketServer.ThreadingMixIn(|) 
  234. ;
  235. [SocketServer.ThreadingTCPServer |G {class}]
  236. SocketServer.ThreadingTCPServer(|) 
  237. ;
  238. [SocketServer.ThreadingUDPServer |G {class}]
  239. SocketServer.ThreadingUDPServer(|) 
  240. ;
  241. [SocketServer.UDPServer |G  UDP server class.]
  242. SocketServer.UDPServer(|) 
  243. ;
  244. [StandardError |G  Base class for all standard Python exceptions.]
  245. StandardError(|) 
  246. ;
  247. [StopIteration |G  Signal the end from iterator.next().]
  248. StopIteration(|) 
  249. ;
  250. [StringIO.StringIO |G  class StringIO({buffer})]
  251. StringIO.StringIO(|buf = '') 
  252. ;
  253. [StringIO.test |G ]
  254. StringIO.test(|)
  255. ;
  256. [SyntaxError |G  Invalid syntax.]
  257. SyntaxError(|) 
  258. ;
  259. [SyntaxWarning |G  Base class for warnings about dubious syntax.]
  260. SyntaxWarning(|) 
  261. ;
  262. [SystemError |G  Internal error in the Python interpreter.]
  263. SystemError(|) 
  264. ;
  265. [SystemExit |G  Request to exit from the interpreter.]
  266. SystemExit(|) 
  267. ;
  268. [TabError |G  Improper mixture of spaces and tabs.]
  269. TabError(|) 
  270. ;
  271. [TypeError |G  Inappropriate argument type.]
  272. TypeError(|) 
  273. ;
  274. [UnboundLocalError |G  Local name referenced but not bound to a value.]
  275. UnboundLocalError(|) 
  276. ;
  277. [UnicodeError |G  Unicode related error.]
  278. UnicodeError(|) 
  279. ;
  280. [UserDict.IterableUserDict |G {class}]
  281. UserDict.IterableUserDict(|) 
  282. ;
  283. [UserDict.UserDict |G ]
  284. UserDict.UserDict(|dict=None)
  285. ;
  286. [UserList.UserList |G ]
  287. UserList.UserList(|initlist=None)
  288. ;
  289. [UserString.MutableString |G  mutable string objects]
  290. UserString.MutableString(|string="") 
  291. ;
  292. [UserString.UserString |G ]
  293. UserString.UserString(|seq)
  294. ;
  295. [UserWarning |G  Base class for warnings generated by user code.]
  296. UserWarning(|) 
  297. ;
  298. [ValueError |G  Inappropriate argument value (of correct type).]
  299. ValueError(|) 
  300. ;
  301. [Warning |G  Base class for warning categories.]
  302. Warning(|) 
  303. ;
  304. [WindowsError |G  MS-Windows OS system call failed.]
  305. WindowsError(|) 
  306. ;
  307. [ZeroDivisionError |G  Second argument to a division or modulo operation was zero.]
  308. ZeroDivisionError(|) 
  309. ;
  310. [__import__ |G -> module]
  311. __import__(|name, globals, locals, fromlist) 
  312. ;
  313. [abs |G -> number]
  314. abs(|number) 
  315. ;
  316. [aifc.Aifc_read |G ]
  317. aifc.Aifc_read(|f)
  318. ;
  319. [aifc.Aifc_write |G ]
  320. aifc.Aifc_write(|f)
  321. ;
  322. [aifc.Chunk |G {class}]
  323. aifc.Chunk(|) 
  324. ;
  325. [aifc.Error |G {class}]
  326. aifc.Error(|) 
  327. ;
  328. [aifc._read_float |G ]
  329. aifc._read_float(|f)
  330. ;
  331. [aifc._read_long |G ]
  332. aifc._read_long(|file)
  333. ;
  334. [aifc._read_short |G ]
  335. aifc._read_short(|file)
  336. ;
  337. [aifc._read_string |G ]
  338. aifc._read_string(|file)
  339. ;
  340. [aifc._read_ulong |G ]
  341. aifc._read_ulong(|file)
  342. ;
  343. [aifc._write_float |G ]
  344. aifc._write_float(|f, x)
  345. ;
  346. [aifc._write_long |G ]
  347. aifc._write_long(|f, x)
  348. ;
  349. [aifc._write_short |G ]
  350. aifc._write_short(|f, x)
  351. ;
  352. [aifc._write_string |G ]
  353. aifc._write_string(|f, s)
  354. ;
  355. [aifc.open |G ]
  356. aifc.open(|f, mode=None)
  357. ;
  358. [aifc.openfp |G {function}]
  359. aifc.openfp(|) 
  360. ;
  361. [anydbm.open |G ]
  362. anydbm.open(|file, flag = 'r', mode = 0666)
  363. ;
  364. [apply |G -> value]
  365. apply(|object[, args[, kwargs]]) 
  366. ;
  367. [array.array |G -> array]
  368. array.array(|typecode [, initializer]) 
  369. ;
  370. [asynchat.async_chat |G  This is an abstract class.  You must derive from this class, and add]
  371. asynchat.async_chat(|) 
  372. ;
  373. [asynchat.fifo |G {class}]
  374. asynchat.fifo(|) 
  375. ;
  376. [asynchat.find_prefix_at_end  |G ]
  377. asynchat.find_prefix_at_end (|haystack, needle)
  378. ;
  379. [asynchat.simple_producer |G {class}]
  380. asynchat.simple_producer(|) 
  381. ;
  382. [asyncore.ExitNow |G {class}]
  383. asyncore.ExitNow(|) 
  384. ;
  385. [asyncore.close_all  |G ]
  386. asyncore.close_all (|map=None)
  387. ;
  388. [asyncore.compact_traceback  |G ]
  389. asyncore.compact_traceback (|)
  390. ;
  391. [asyncore.dispatcher |G {class}]
  392. asyncore.dispatcher(|) 
  393. ;
  394. [asyncore.dispatcher_with_send |G {class}]
  395. asyncore.dispatcher_with_send(|) 
  396. ;
  397. [asyncore.loop  |G ]
  398. asyncore.loop (|timeout=30.0, use_poll=0, map=None)
  399. ;
  400. [asyncore.poll  |G ]
  401. asyncore.poll (|timeout=0.0, map=None)
  402. ;
  403. [asyncore.poll2  |G ]
  404. asyncore.poll2 (|timeout=0.0, map=None)
  405. ;
  406. [asyncore.poll3  |G ]
  407. asyncore.poll3 (|timeout=0.0, map=None)
  408. ;
  409. [atexit._run_exitfuncs |G  run any registered exit functions]
  410. atexit._run_exitfuncs(|) 
  411. ;
  412. [atexit.register |G  register a function to be executed upon normal program termination]
  413. atexit.register(|func, *targs, **kargs) 
  414. ;
  415. [audiodev.AudioDev |G ]
  416. audiodev.AudioDev(|)
  417. ;
  418. [audiodev.Play_Audio_sgi |G {class}]
  419. audiodev.Play_Audio_sgi(|) 
  420. ;
  421. [audiodev.Play_Audio_sun |G {class}]
  422. audiodev.Play_Audio_sun(|) 
  423. ;
  424. [audiodev.error |G {class}]
  425. audiodev.error(|) 
  426. ;
  427. [audiodev.test |G ]
  428. audiodev.test(|fn = None)
  429. ;
  430. [audioop.error |G {class}]
  431. audioop.error(|) 
  432. ;
  433. [base64.decode |G  Decode a file.]
  434. base64.decode(|input, output) 
  435. ;
  436. [base64.decodestring |G  Decode a string.]
  437. base64.decodestring(|s) 
  438. ;
  439. [base64.encode |G  Encode a file.]
  440. base64.encode(|input, output) 
  441. ;
  442. [base64.encodestring |G  Encode a string.]
  443. base64.encodestring(|s) 
  444. ;
  445. [base64.test |G  Small test program]
  446. base64.test(|) 
  447. ;
  448. [base64.test1 |G ]
  449. base64.test1(|)
  450. ;
  451. [bdb.Bdb |G  Generic Python debugger base class.]
  452. bdb.Bdb(|) 
  453. ;
  454. [bdb.Breakpoint |G  Breakpoint class]
  455. bdb.Breakpoint(|file, line, temporary=0, cond = None) 
  456. ;
  457. [bdb.Tdb |G {class}]
  458. bdb.Tdb(|) 
  459. ;
  460. [bdb.bar |G ]
  461. bdb.bar(|a)
  462. ;
  463. [bdb.effective |G  Determine which breakpoint for this file:line is to be acted upon.]
  464. bdb.effective(|file, line, frame) 
  465. ;
  466. [bdb.foo |G ]
  467. bdb.foo(|n)
  468. ;
  469. [bdb.set_trace |G ]
  470. bdb.set_trace(|)
  471. ;
  472. [bdb.test |G ]
  473. bdb.test(|)
  474. ;
  475. [binascii.Error |G {class}]
  476. binascii.Error(|) 
  477. ;
  478. [binascii.Incomplete |G {class}]
  479. binascii.Incomplete(|) 
  480. ;
  481. [binascii.a2b_hex |G -> s; Binary data of hexadecimal representation.]
  482. binascii.a2b_hex(|hexstr) 
  483. ;
  484. [binascii.b2a_hex |G -> s; Hexadecimal representation of binary data.]
  485. binascii.b2a_hex(|data) 
  486. ;
  487. [binascii.b2a_qp |G -> s;]
  488. binascii.b2a_qp(|data, quotetabs=0, istext=1, header=0) 
  489. ;
  490. [binhex.BinHex |G ]
  491. binhex.BinHex(|(name, finfo, dlen, rlen), ofp)
  492. ;
  493. [binhex.Error |G {class}]
  494. binhex.Error(|) 
  495. ;
  496. [binhex.FInfo |G {class}]
  497. binhex.FInfo(|) 
  498. ;
  499. [binhex.HexBin |G ]
  500. binhex.HexBin(|ifp)
  501. ;
  502. [binhex._Hqxcoderengine |G  Write data to the coder in 3-byte chunks]
  503. binhex._Hqxcoderengine(|ofp) 
  504. ;
  505. [binhex._Hqxdecoderengine |G  Read data via the decoder in 4-byte chunks]
  506. binhex._Hqxdecoderengine(|ifp) 
  507. ;
  508. [binhex._Rlecoderengine |G  Write data to the RLE-coder in suitably large chunks]
  509. binhex._Rlecoderengine(|ofp) 
  510. ;
  511. [binhex._Rledecoderengine |G  Read data via the RLE-coder]
  512. binhex._Rledecoderengine(|ifp) 
  513. ;
  514. [binhex._test |G ]
  515. binhex._test(|)
  516. ;
  517. [binhex.binhex |G  (infilename, outfilename) - Create binhex-encoded copy of a file]
  518. binhex.binhex(|inp, out) 
  519. ;
  520. [binhex.getfileinfo |G {function}]
  521. binhex.getfileinfo(|) 
  522. ;
  523. [binhex.hexbin |G  (infilename, outfilename) - Decode binhexed file]
  524. binhex.hexbin(|inp, out) 
  525. ;
  526. [binhex.openrsrc |G {class}]
  527. binhex.openrsrc(|) 
  528. ;
  529. [bisect.bisect |G  Return the index where to insert item x in list a, assuming a is sorted.]
  530. bisect.bisect(|) 
  531. ;
  532. [bisect.bisect_left |G  Return the index where to insert item x in list a, assuming a is sorted.]
  533. bisect.bisect_left(|a, x, lo=0, hi=None) 
  534. ;
  535. [bisect.bisect_right |G  Return the index where to insert item x in list a, assuming a is sorted.]
  536. bisect.bisect_right(|a, x, lo=0, hi=None) 
  537. ;
  538. [bisect.insort |G  Insert item x in list a, and keep it sorted assuming a is sorted.]
  539. bisect.insort(|) 
  540. ;
  541. [bisect.insort_left |G  Insert item x in list a, and keep it sorted assuming a is sorted.]
  542. bisect.insort_left(|a, x, lo=0, hi=None) 
  543. ;
  544. [bisect.insort_right |G  Insert item x in list a, and keep it sorted assuming a is sorted.]
  545. bisect.insort_right(|a, x, lo=0, hi=None) 
  546. ;
  547. [bool |G -> integer]
  548. bool(|x) 
  549. ;
  550. [bsddb.error |G {class}]
  551. bsddb.error(|) 
  552. ;
  553. [buffer |G -> object]
  554. buffer(|object [, offset[, size]]) 
  555. ;
  556. [cPickle.PickleError |G {class}]
  557. cPickle.PickleError(|) 
  558. ;
  559. [cPickle.Pickler |G -- Create a pickler]
  560. cPickle.Pickler(|file, [binary]) 
  561. ;
  562. [cPickle.PicklingError |G {class}]
  563. cPickle.PicklingError(|) 
  564. ;
  565. [cPickle.UnpickleableError |G {class}]
  566. cPickle.UnpickleableError(|) 
  567. ;
  568. [cPickle.Unpickler |G -- Create an unpickler]
  569. cPickle.Unpickler(|file) 
  570. ;
  571. [cPickle.UnpicklingError |G {class}]
  572. cPickle.UnpicklingError(|) 
  573. ;
  574. [cPickle.dump |G --Write an object in pickle format to the given file]
  575. cPickle.dump(|object, file, [binary]) 
  576. ;
  577. [cPickle.dumps |G --Return a string containing an object in pickle format]
  578. cPickle.dumps(|object, [binary]) 
  579. ;
  580. [cPickle.load |G -- Load a pickle from the given file]
  581. cPickle.load(|file) 
  582. ;
  583. [cPickle.loads |G -- Load a pickle from the given string]
  584. cPickle.loads(|string) 
  585. ;
  586. [cStringIO.StringIO |G -- Return a StringIO-like stream for reading or writing]
  587. cStringIO.StringIO(|[s]) 
  588. ;
  589. [calendar._center |G  Center a string in a field.]
  590. calendar._center(|str, width) 
  591. ;
  592. [calendar._indexer |G {class}]
  593. calendar._indexer(|) 
  594. ;
  595. [calendar._localized_day |G ]
  596. calendar._localized_day(|format)
  597. ;
  598. [calendar._localized_month |G ]
  599. calendar._localized_month(|format)
  600. ;
  601. [calendar.calendar |G  Returns a year's calendar as a multi-line string.]
  602. calendar.calendar(|year, w=0, l=0, c=_spacing) 
  603. ;
  604. [calendar.error |G  Inappropriate argument value (of correct type).]
  605. calendar.error(|) 
  606. ;
  607. [calendar.firstweekday |G ]
  608. calendar.firstweekday(|)
  609. ;
  610. [calendar.format3c |G  Prints 3-column formatting for year calendars]
  611. calendar.format3c(|a, b, c, colwidth=_colwidth, spacing=_spacing) 
  612. ;
  613. [calendar.format3cstring |G  Returns a string formatted from 3 strings, centered within 3 columns.]
  614. calendar.format3cstring(|a, b, c, colwidth=_colwidth, spacing=_spacing) 
  615. ;
  616. [calendar.isleap |G  Return 1 for leap years, 0 for non-leap years.]
  617. calendar.isleap(|year) 
  618. ;
  619. [calendar.leapdays |G  Return number of leap years in range {y1, y2).]
  620. calendar.leapdays(|y1, y2) 
  621. ;
  622. [calendar.localtime |G -> (tm_year,tm_mon,tm_day,tm_hour,tm_min,tm_sec,tm_wday,tm_yday,tm_isdst)]
  623. calendar.localtime(|[seconds]) 
  624. ;
  625. [calendar.mktime |G -> floating point number]
  626. calendar.mktime(|tuple) 
  627. ;
  628. [calendar.month |G  Return a month's calendar string (multi-line).]
  629. calendar.month(|theyear, themonth, w=0, l=0) 
  630. ;
  631. [calendar.monthcalendar |G  Return a matrix representing a month's calendar.]
  632. calendar.monthcalendar(|year, month) 
  633. ;
  634. [calendar.monthrange |G  Return weekday (0-6 ~ Mon-Sun) and number of days (28-31) for]
  635. calendar.monthrange(|year, month) 
  636. ;
  637. [calendar.prcal |G  Print a year's calendar.]
  638. calendar.prcal(|year, w=0, l=0, c=_spacing) 
  639. ;
  640. [calendar.prmonth |G  Print a month's calendar.]
  641. calendar.prmonth(|theyear, themonth, w=0, l=0) 
  642. ;
  643. [calendar.prweek |G  Print a single week (no newline).]
  644. calendar.prweek(|theweek, width) 
  645. ;
  646. [calendar.setfirstweekday |G  Set weekday (Monday=0, Sunday=6) to start each week.]
  647. calendar.setfirstweekday(|weekday) 
  648. ;
  649. [calendar.strftime |G -> string]
  650. calendar.strftime(|format[, tuple]) 
  651. ;
  652. [calendar.timegm |G  Unrelated but handy function to calculate Unix timestamp from GMT.]
  653. calendar.timegm(|tuple) 
  654. ;
  655. [calendar.week |G  Returns a single week in a string (no newline).]
  656. calendar.week(|theweek, width) 
  657. ;
  658. [calendar.weekday |G  Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (1-12),]
  659. calendar.weekday(|year, month, day) 
  660. ;
  661. [calendar.weekheader |G  Return a header for a week.]
  662. calendar.weekheader(|width) 
  663. ;
  664. [callable |G -> Boolean]
  665. callable(|object) 
  666. ;
  667. [cgi.FieldStorage |G  Store a sequence of fields, reading multipart/form-data.]
  668. cgi.FieldStorage(|) 
  669. ;
  670. [cgi.FormContent |G  This class is present for backwards compatibility only.]
  671. cgi.FormContent(|) 
  672. ;
  673. [cgi.FormContentDict |G  Form content as dictionary with a list of values per field.]
  674. cgi.FormContentDict(|environ=os.environ) 
  675. ;
  676. [cgi.InterpFormContentDict |G  This class is present for backwards compatibility only.]
  677. cgi.InterpFormContentDict(|) 
  678. ;
  679. [cgi.MiniFieldStorage |G  Like FieldStorage, for use when no file uploads are possible.]
  680. cgi.MiniFieldStorage(|name, value) 
  681. ;
  682. [cgi.StringIO |G  class StringIO({buffer})]
  683. cgi.StringIO(|) 
  684. ;
  685. [cgi.SvFormContentDict |G  Form content as dictionary expecting a single value per field.]
  686. cgi.SvFormContentDict(|) 
  687. ;
  688. [cgi.dolog |G  Write a log message to the log file.  See initlog() for docs.]
  689. cgi.dolog(|fmt, *args) 
  690. ;
  691. [cgi.escape |G  Replace special characters '&', '<' and '>' by SGML entities.]
  692. cgi.escape(|s, quote=None) 
  693. ;
  694. [cgi.initlog |G  Write a log message, if there is a log file.]
  695. cgi.initlog(|*allargs) 
  696. ;
  697. [cgi.log |G  Write a log message, if there is a log file.]
  698. cgi.log(|) 
  699. ;
  700. [cgi.nolog |G  Dummy function, assigned to log when logging is disabled.]
  701. cgi.nolog(|*allargs) 
  702. ;
  703. [cgi.parse |G  Parse a query in the environment or from a file (default stdin)]
  704. cgi.parse(|fp=None, environ=os.environ, keep_blank_values=0, strict_parsing=0) 
  705. ;
  706. [cgi.parse_header |G  Parse a Content-type like header.]
  707. cgi.parse_header(|line) 
  708. ;
  709. [cgi.parse_multipart |G  Parse multipart input.]
  710. cgi.parse_multipart(|fp, pdict) 
  711. ;
  712. [cgi.parse_qs |G  Parse a query given as a string argument.]
  713. cgi.parse_qs(|qs, keep_blank_values=0, strict_parsing=0) 
  714. ;
  715. [cgi.parse_qsl |G  Parse a query given as a string argument.]
  716. cgi.parse_qsl(|qs, keep_blank_values=0, strict_parsing=0) 
  717. ;
  718. [cgi.print_arguments |G ]
  719. cgi.print_arguments(|)
  720. ;
  721. [cgi.print_directory |G  Dump the current directory as HTML.]
  722. cgi.print_directory(|) 
  723. ;
  724. [cgi.print_environ |G  Dump the shell environment as HTML.]
  725. cgi.print_environ(|environ=os.environ) 
  726. ;
  727. [cgi.print_environ_usage |G  Dump a list of environment variables used by CGI as HTML.]
  728. cgi.print_environ_usage(|) 
  729. ;
  730. [cgi.print_exception |G ]
  731. cgi.print_exception(|type=None, value=None, tb=None, limit=None)
  732. ;
  733. [cgi.print_form |G  Dump the contents of a form as HTML.]
  734. cgi.print_form(|form) 
  735. ;
  736. [cgi.test |G  Robust test CGI script, usable as main program.]
  737. cgi.test(|environ=os.environ) 
  738. ;
  739. [cgi.valid_boundary |G ]
  740. cgi.valid_boundary(|s, _vb_pattern="^[ -~]{0,200}[!-~]$")
  741. ;
  742. [cgitb.Hook |G  A hook to replace sys.excepthook that shows tracebacks in HTML.]
  743. cgitb.Hook(|display=1, logdir=None, context=5, file=None) 
  744. ;
  745. [cgitb.enable |G  Install an exception handler that formats tracebacks as HTML.]
  746. cgitb.enable(|display=1, logdir=None, context=5) 
  747. ;
  748. [cgitb.grey |G ]
  749. cgitb.grey(|text)
  750. ;
  751. [cgitb.html |G  Return a nice HTML document describing a given traceback.]
  752. cgitb.html(|(etype, evalue, etb), context=5) 
  753. ;
  754. [cgitb.lookup |G  Find the value for a given name in the given environment.]
  755. cgitb.lookup(|name, frame, locals) 
  756. ;
  757. [cgitb.reset |G  Return a string that resets the CGI and browser to a known state.]
  758. cgitb.reset(|) 
  759. ;
  760. [cgitb.scanvars |G  Scan one logical line of Python and look up values of variables used.]
  761. cgitb.scanvars(|reader, frame, locals) 
  762. ;
  763. [cgitb.small |G ]
  764. cgitb.small(|text)
  765. ;
  766. [cgitb.strong |G ]
  767. cgitb.strong(|text)
  768. ;
  769. [chr |G -> character]
  770. chr(|i) 
  771. ;
  772. [chunk.Chunk |G ]
  773. chunk.Chunk(|file, align = 1, bigendian = 1, inclheader = 0)
  774. ;
  775. [classmethod |G -> method]
  776. classmethod(|function) 
  777. ;
  778. [cmath.acos |G Return the arc cosine of x.]
  779. cmath.acos(|x)
  780. ;
  781. [cmath.acosh |G Return the hyperbolic arccosine of x.]
  782. cmath.acosh(|x)
  783. ;
  784. [cmath.asin |G Return the arc sine of x.]
  785. cmath.asin(|x)
  786. ;
  787. [cmath.asinh |G Return the hyperbolic arc sine of x.]
  788. cmath.asinh(|x)
  789. ;
  790. [cmath.atan |G Return the arc tangent of x.]
  791. cmath.atan(|x)
  792. ;
  793. [cmath.atanh |G Return the hyperbolic arc tangent of x.]
  794. cmath.atanh(|x)
  795. ;
  796. [cmath.cos |G nReturn the cosine of x.]
  797. cmath.cos(|x)
  798. ;
  799. [cmath.cosh |G nReturn the hyperbolic cosine of x.]
  800. cmath.cosh(|x)
  801. ;
  802. [cmath.exp |G Return the exponential value e**x.]
  803. cmath.exp(|x)
  804. ;
  805. [cmath.log |G Return the natural logarithm of x.]
  806. cmath.log(|x)
  807. ;
  808. [cmath.log10 |G Return the base-10 logarithm of x.]
  809. cmath.log10(|x)
  810. ;
  811. [cmath.sin |G Return the sine of x.]
  812. cmath.sin(|x)
  813. ;
  814. [cmath.sinh |G Return the hyperbolic sine of x.]
  815. cmath.sinh(|x)
  816. ;
  817. [cmath.sqrt |G Return the square root of x.]
  818. cmath.sqrt(|x)
  819. ;
  820. [cmath.tan |G Return the tangent of x.]
  821. cmath.tan(|x)
  822. ;
  823. [cmath.tanh |G Return the hyperbolic tangent of x.]
  824. cmath.tanh(|x)
  825. ;
  826. [cmd.Cmd |G  A simple framework for writing line-oriented command interpreters.]
  827. cmd.Cmd(|completekey='tab') 
  828. ;
  829. [cmp |G -> integer]
  830. cmp(|x, y) 
  831. ;
  832. [code.CommandCompiler |G  Instances of this class have __call__ methods identical in]
  833. code.CommandCompiler(|) 
  834. ;
  835. [code.InteractiveConsole |G  Closely emulate the behavior of the interactive Python interpreter.]
  836. code.InteractiveConsole(|locals=None, filename="<console>") 
  837. ;
  838. [code.InteractiveInterpreter |G  Base class for InteractiveConsole.]
  839. code.InteractiveInterpreter(|locals=None) 
  840. ;
  841. [code.compile_command |G  Compile a command and determine whether it is incomplete.]
  842. code.compile_command(|) 
  843. ;
  844. [code.interact |G  Closely emulate the interactive Python interpreter.]
  845. code.interact(|banner=None, readfunc=None, local=None) 
  846. ;
  847. [code.softspace |G ]
  848. code.softspace(|file, newvalue)
  849. ;
  850. [codecs.Codec |G  Defines the interface for stateless encoders/decoders.]
  851. codecs.Codec(|) 
  852. ;
  853. [codecs.EncodedFile |G  Return a wrapped version of file which provides transparent]
  854. codecs.EncodedFile(|file, data_encoding, file_encoding=None, errors='strict') 
  855. ;
  856. [codecs.StreamReader |G ]
  857. codecs.StreamReader(|stream, errors='strict')
  858. ;
  859. [codecs.StreamReaderWriter |G  StreamReaderWriter instances allow wrapping streams which]
  860. codecs.StreamReaderWriter(|stream, Reader, Writer, errors='strict') 
  861. ;
  862. [codecs.StreamRecoder |G  StreamRecoder instances provide a frontend - backend]
  863. codecs.StreamRecoder(|) 
  864. ;
  865. [codecs.StreamWriter |G ]
  866. codecs.StreamWriter(|stream, errors='strict')
  867. ;
  868. [codecs.getdecoder |G  Lookup up the codec for the given encoding and return]
  869. codecs.getdecoder(|encoding) 
  870. ;
  871. [codecs.getencoder |G  Lookup up the codec for the given encoding and return]
  872. codecs.getencoder(|encoding) 
  873. ;
  874. [codecs.getreader |G  Lookup up the codec for the given encoding and return]
  875. codecs.getreader(|encoding) 
  876. ;
  877. [codecs.getwriter |G  Lookup up the codec for the given encoding and return]
  878. codecs.getwriter(|encoding) 
  879. ;
  880. [codecs.make_encoding_map |G  Creates an encoding map from a decoding map.]
  881. codecs.make_encoding_map(|decoding_map) 
  882. ;
  883. [codecs.make_identity_dict |G -> dict]
  884. codecs.make_identity_dict(|rng) 
  885. ;
  886. [codecs.open |G  Open an encoded file using the given mode and return]
  887. codecs.open(|filename, mode='rb', encoding=None, errors='strict', buffering=1) 
  888. ;
  889. [codeop.CommandCompiler |G  Instances of this class have __call__ methods identical in]
  890. codeop.CommandCompiler(|) 
  891. ;
  892. [codeop.Compile |G  Instances of this class behave much like the built-in compile]
  893. codeop.Compile(|) 
  894. ;
  895. [codeop._maybe_compile |G ]
  896. codeop._maybe_compile(|compiler, source, filename, symbol)
  897. ;
  898. [codeop.compile_command |G  Compile a command and determine whether it is incomplete.]
  899. codeop.compile_command(|source, filename="<input>", symbol="single") 
  900. ;
  901. [coerce |G -> None or (x1, y1)]
  902. coerce(|x, y) 
  903. ;
  904. [colorsys._v |G ]
  905. colorsys._v(|m1, m2, hue)
  906. ;
  907. [colorsys.hls_to_rgb |G ]
  908. colorsys.hls_to_rgb(|h, l, s)
  909. ;
  910. [colorsys.hsv_to_rgb |G ]
  911. colorsys.hsv_to_rgb(|h, s, v)
  912. ;
  913. [colorsys.rgb_to_hls |G ]
  914. colorsys.rgb_to_hls(|r, g, b)
  915. ;
  916. [colorsys.rgb_to_hsv |G ]
  917. colorsys.rgb_to_hsv(|r, g, b)
  918. ;
  919. [colorsys.rgb_to_yiq |G ]
  920. colorsys.rgb_to_yiq(|r, g, b)
  921. ;
  922. [colorsys.yiq_to_rgb |G ]
  923. colorsys.yiq_to_rgb(|y, i, q)
  924. ;
  925. [commands.getoutput |G  Return output (stdout or stderr) of executing cmd in a shell.]
  926. commands.getoutput(|cmd) 
  927. ;
  928. [commands.getstatus |G  Return output of "ls -ld <file>" in a string.]
  929. commands.getstatus(|file) 
  930. ;
  931. [commands.getstatusoutput |G  Return (status, output) of executing cmd in a shell.]
  932. commands.getstatusoutput(|cmd) 
  933. ;
  934. [commands.mk2arg |G ]
  935. commands.mk2arg(|head, x)
  936. ;
  937. [commands.mkarg |G ]
  938. commands.mkarg(|x)
  939. ;
  940. [compile |G -> code object]
  941. compile(|source, filename, mode[, flags[, dont_inherit]]) 
  942. ;
  943. [compileall.compile_dir |G  Byte-compile all modules in the given directory tree.]
  944. compileall.compile_dir(|dir, maxlevels=10, ddir=None, force=0, rx=None) 
  945. ;
  946. [compileall.compile_path |G  Byte-compile all module on sys.path.]
  947. compileall.compile_path(|skip_curdir=1, maxlevels=0, force=0) 
  948. ;
  949. [compileall.main |G  Script main program.]
  950. compileall.main(|) 
  951. ;
  952. [compiler.ast.Add |G ]
  953. compiler.ast.Add(|(left, right))
  954. ;
  955. [compiler.ast.And |G ]
  956. compiler.ast.And(|nodes)
  957. ;
  958. [compiler.ast.AssAttr |G ]
  959. compiler.ast.AssAttr(|expr, attrname, flags)
  960. ;
  961. [compiler.ast.AssList |G ]
  962. compiler.ast.AssList(|nodes)
  963. ;
  964. [compiler.ast.AssName |G ]
  965. compiler.ast.AssName(|name, flags)
  966. ;
  967. [compiler.ast.AssTuple |G ]
  968. compiler.ast.AssTuple(|nodes)
  969. ;
  970. [compiler.ast.Assert |G ]
  971. compiler.ast.Assert(|test, fail)
  972. ;
  973. [compiler.ast.Assign |G ]
  974. compiler.ast.Assign(|nodes, expr)
  975. ;
  976. [compiler.ast.AugAssign |G ]
  977. compiler.ast.AugAssign(|node, op, expr)
  978. ;
  979. [compiler.ast.Backquote |G ]
  980. compiler.ast.Backquote(|expr)
  981. ;
  982. [compiler.ast.Bitand |G ]
  983. compiler.ast.Bitand(|nodes)
  984. ;
  985. [compiler.ast.Bitor |G ]
  986. compiler.ast.Bitor(|nodes)
  987. ;
  988. [compiler.ast.Bitxor |G ]
  989. compiler.ast.Bitxor(|nodes)
  990. ;
  991. [compiler.ast.Break |G ]
  992. compiler.ast.Break(|)
  993. ;
  994. [compiler.ast.CallFunc |G ]
  995. compiler.ast.CallFunc(|node, args, star_args = None, dstar_args = None)
  996. ;
  997. [compiler.ast.Class |G ]
  998. compiler.ast.Class(|name, bases, doc, code)
  999. ;
  1000. [compiler.ast.Compare |G ]
  1001. compiler.ast.Compare(|expr, ops)
  1002. ;
  1003. [compiler.ast.Const |G ]
  1004. compiler.ast.Const(|value)
  1005. ;
  1006. [compiler.ast.Continue |G ]
  1007. compiler.ast.Continue(|)
  1008. ;
  1009. [compiler.ast.Dict |G ]
  1010. compiler.ast.Dict(|items)
  1011. ;
  1012. [compiler.ast.Discard |G ]
  1013. compiler.ast.Discard(|expr)
  1014. ;
  1015. [compiler.ast.Div |G ]
  1016. compiler.ast.Div(|(left, right))
  1017. ;
  1018. [compiler.ast.Ellipsis |G ]
  1019. compiler.ast.Ellipsis(|)
  1020. ;
  1021. [compiler.ast.EmptyNode |G {class}]
  1022. compiler.ast.EmptyNode(|) 
  1023. ;
  1024. [compiler.ast.Exec |G ]
  1025. compiler.ast.Exec(|expr, locals, globals)
  1026. ;
  1027. [compiler.ast.Expression |G ]
  1028. compiler.ast.Expression(|node)
  1029. ;
  1030. [compiler.ast.FloorDiv |G ]
  1031. compiler.ast.FloorDiv(|(left, right))
  1032. ;
  1033. [compiler.ast.For |G ]
  1034. compiler.ast.For(|assign, list, body, else_)
  1035. ;
  1036. [compiler.ast.From |G ]
  1037. compiler.ast.From(|modname, names)
  1038. ;
  1039. [compiler.ast.Function |G ]
  1040. compiler.ast.Function(|name, argnames, defaults, flags, doc, code)
  1041. ;
  1042. [compiler.ast.Getattr |G ]
  1043. compiler.ast.Getattr(|expr, attrname)
  1044. ;
  1045. [compiler.ast.Global |G ]
  1046. compiler.ast.Global(|names)
  1047. ;
  1048. [compiler.ast.If |G ]
  1049. compiler.ast.If(|tests, else_)
  1050. ;
  1051. [compiler.ast.Import |G ]
  1052. compiler.ast.Import(|names)
  1053. ;
  1054. [compiler.ast.Invert |G ]
  1055. compiler.ast.Invert(|expr)
  1056. ;
  1057. [compiler.ast.Keyword |G ]
  1058. compiler.ast.Keyword(|name, expr)
  1059. ;
  1060. [compiler.ast.Lambda |G ]
  1061. compiler.ast.Lambda(|argnames, defaults, flags, code)
  1062. ;
  1063. [compiler.ast.LeftShift |G ]
  1064. compiler.ast.LeftShift(|(left, right))
  1065. ;
  1066. [compiler.ast.List |G ]
  1067. compiler.ast.List(|nodes)
  1068. ;
  1069. [compiler.ast.ListComp |G ]
  1070. compiler.ast.ListComp(|expr, quals)
  1071. ;
  1072. [compiler.ast.ListCompFor |G ]
  1073. compiler.ast.ListCompFor(|assign, list, ifs)
  1074. ;
  1075. [compiler.ast.ListCompIf |G ]
  1076. compiler.ast.ListCompIf(|test)
  1077. ;
  1078. [compiler.ast.Mod |G ]
  1079. compiler.ast.Mod(|(left, right))
  1080. ;
  1081. [compiler.ast.Module |G ]
  1082. compiler.ast.Module(|doc, node)
  1083. ;
  1084. [compiler.ast.Mul |G ]
  1085. compiler.ast.Mul(|(left, right))
  1086. ;
  1087. [compiler.ast.Name |G ]
  1088. compiler.ast.Name(|name)
  1089. ;
  1090. [compiler.ast.Node |G {class}]
  1091. compiler.ast.Node(|) 
  1092. ;
  1093. [compiler.ast.Not |G ]
  1094. compiler.ast.Not(|expr)
  1095. ;
  1096. [compiler.ast.Or |G ]
  1097. compiler.ast.Or(|nodes)
  1098. ;
  1099. [compiler.ast.Pass |G ]
  1100. compiler.ast.Pass(|)
  1101. ;
  1102. [compiler.ast.Power |G ]
  1103. compiler.ast.Power(|(left, right))
  1104. ;
  1105. [compiler.ast.Print |G ]
  1106. compiler.ast.Print(|nodes, dest)
  1107. ;
  1108. [compiler.ast.Printnl |G ]
  1109. compiler.ast.Printnl(|nodes, dest)
  1110. ;
  1111. [compiler.ast.Raise |G ]
  1112. compiler.ast.Raise(|expr1, expr2, expr3)
  1113. ;
  1114. [compiler.ast.Return |G ]
  1115. compiler.ast.Return(|value)
  1116. ;
  1117. [compiler.ast.RightShift |G ]
  1118. compiler.ast.RightShift(|(left, right))
  1119. ;
  1120. [compiler.ast.Slice |G ]
  1121. compiler.ast.Slice(|expr, flags, lower, upper)
  1122. ;
  1123. [compiler.ast.Sliceobj |G ]
  1124. compiler.ast.Sliceobj(|nodes)
  1125. ;
  1126. [compiler.ast.Stmt |G ]
  1127. compiler.ast.Stmt(|nodes)
  1128. ;
  1129. [compiler.ast.Sub |G ]
  1130. compiler.ast.Sub(|(left, right))
  1131. ;
  1132. [compiler.ast.Subscript |G ]
  1133. compiler.ast.Subscript(|expr, flags, subs)
  1134. ;
  1135. [compiler.ast.TryExcept |G ]
  1136. compiler.ast.TryExcept(|body, handlers, else_)
  1137. ;
  1138. [compiler.ast.TryFinally |G ]
  1139. compiler.ast.TryFinally(|body, final)
  1140. ;
  1141. [compiler.ast.Tuple |G ]
  1142. compiler.ast.Tuple(|nodes)
  1143. ;
  1144. [compiler.ast.UnaryAdd |G ]
  1145. compiler.ast.UnaryAdd(|expr)
  1146. ;
  1147. [compiler.ast.UnarySub |G ]
  1148. compiler.ast.UnarySub(|expr)
  1149. ;
  1150. [compiler.ast.While |G ]
  1151. compiler.ast.While(|test, body, else_)
  1152. ;
  1153. [compiler.ast.Yield |G ]
  1154. compiler.ast.Yield(|value)
  1155. ;
  1156. [compiler.ast.asList |G ]
  1157. compiler.ast.asList(|nodes)
  1158. ;
  1159. [compiler.ast.flatten |G ]
  1160. compiler.ast.flatten(|list)
  1161. ;
  1162. [compiler.ast.flatten_nodes |G ]
  1163. compiler.ast.flatten_nodes(|list)
  1164. ;
  1165. [compiler.compile |G  Replacement for builtin compile() function]
  1166. compiler.compile(|) 
  1167. ;
  1168. [compiler.compileFile |G {function}]
  1169. compiler.compileFile(|) 
  1170. ;
  1171. [compiler.future.BadFutureParser |G  Check for invalid future statements]
  1172. compiler.future.BadFutureParser(|) 
  1173. ;
  1174. [compiler.future.FutureParser |G {class}]
  1175. compiler.future.FutureParser(|) 
  1176. ;
  1177. [compiler.future.find_futures |G ]
  1178. compiler.future.find_futures(|node)
  1179. ;
  1180. [compiler.future.is_future |G  Return true if statement is a well-formed future statement]
  1181. compiler.future.is_future(|stmt) 
  1182. ;
  1183. [compiler.future.walk |G {function}]
  1184. compiler.future.walk(|) 
  1185. ;
  1186. [compiler.misc.Set |G {class}]
  1187. compiler.misc.Set(|) 
  1188. ;
  1189. [compiler.misc.Stack |G {class}]
  1190. compiler.misc.Stack(|) 
  1191. ;
  1192. [compiler.misc.flatten |G ]
  1193. compiler.misc.flatten(|tup)
  1194. ;
  1195. [compiler.misc.mangle |G ]
  1196. compiler.misc.mangle(|name, klass)
  1197. ;
  1198. [compiler.misc.set_filename |G  Set the filename attribute to filename on every node in tree]
  1199. compiler.misc.set_filename(|filename, tree) 
  1200. ;
  1201. [compiler.parse |G {function}]
  1202. compiler.parse(|) 
  1203. ;
  1204. [compiler.parseFile |G {function}]
  1205. compiler.parseFile(|) 
  1206. ;
  1207. [compiler.pyassem.Block |G A flow graph representation for Python bytecode]
  1208. compiler.pyassem.Block(|label='')
  1209. ;
  1210. [compiler.pyassem.FlowGraph |G {class}]
  1211. compiler.pyassem.FlowGraph(|) 
  1212. ;
  1213. [compiler.pyassem.LineAddrTable |G  lnotab]
  1214. compiler.pyassem.LineAddrTable(|) 
  1215. ;
  1216. [compiler.pyassem.PyFlowGraph |G A flow graph representation for Python bytecode]
  1217. compiler.pyassem.PyFlowGraph(|name, filename, args=(), optimized=0, klass=None)
  1218. ;
  1219. [compiler.pyassem.StackDepthTracker |G {class}]
  1220. compiler.pyassem.StackDepthTracker(|) 
  1221. ;
  1222. [compiler.pyassem.TupleArg |G  Helper for marking func defs with nested tuples in arglist]
  1223. compiler.pyassem.TupleArg(|count, names) 
  1224. ;
  1225. [compiler.pyassem.dfs_postorder |G  Depth-first search of tree rooted at b, return in postorder]
  1226. compiler.pyassem.dfs_postorder(|b, seen) 
  1227. ;
  1228. [compiler.pyassem.getArgCount |G A flow graph representation for Python bytecode]
  1229. compiler.pyassem.getArgCount(|args)
  1230. ;
  1231. [compiler.pyassem.isJump |G A flow graph representation for Python bytecode]
  1232. compiler.pyassem.isJump(|opname)
  1233. ;
  1234. [compiler.pyassem.twobyte |G  Convert an int argument into high and low bytes]
  1235. compiler.pyassem.twobyte(|val) 
  1236. ;
  1237. [compiler.pyassem.xxx_sort |G A flow graph representation for Python bytecode]
  1238. compiler.pyassem.xxx_sort(|l)
  1239. ;
  1240. [compiler.pycodegen.AbstractClassCode |G ]
  1241. compiler.pycodegen.AbstractClassCode(|klass, scopes, module)
  1242. ;
  1243. [compiler.pycodegen.AbstractCompileMode |G ]
  1244. compiler.pycodegen.AbstractCompileMode(|source, filename)
  1245. ;
  1246. [compiler.pycodegen.AbstractFunctionCode |G ]
  1247. compiler.pycodegen.AbstractFunctionCode(|func, scopes, isLambda, class_name, mod)
  1248. ;
  1249. [compiler.pycodegen.AugGetattr |G {class}]
  1250. compiler.pycodegen.AugGetattr(|) 
  1251. ;
  1252. [compiler.pycodegen.AugName |G {class}]
  1253. compiler.pycodegen.AugName(|) 
  1254. ;
  1255. [compiler.pycodegen.AugSlice |G {class}]
  1256. compiler.pycodegen.AugSlice(|) 
  1257. ;
  1258. [compiler.pycodegen.AugSubscript |G {class}]
  1259. compiler.pycodegen.AugSubscript(|) 
  1260. ;
  1261. [compiler.pycodegen.BlockStack |G {class}]
  1262. compiler.pycodegen.BlockStack(|) 
  1263. ;
  1264. [compiler.pycodegen.ClassCodeGenerator |G ]
  1265. compiler.pycodegen.ClassCodeGenerator(|klass, scopes, module)
  1266. ;
  1267. [compiler.pycodegen.CodeGenerator |G  Defines basic code generator for Python bytecode]
  1268. compiler.pycodegen.CodeGenerator(|) 
  1269. ;
  1270. [compiler.pycodegen.Delegator |G  Base class to support delegation for augmented assignment nodes]
  1271. compiler.pycodegen.Delegator(|obj) 
  1272. ;
  1273. [compiler.pycodegen.Expression |G {class}]
  1274. compiler.pycodegen.Expression(|) 
  1275. ;
  1276. [compiler.pycodegen.ExpressionCodeGenerator |G ]
  1277. compiler.pycodegen.ExpressionCodeGenerator(|tree)
  1278. ;
  1279. [compiler.pycodegen.FunctionCodeGenerator |G ]
  1280. compiler.pycodegen.FunctionCodeGenerator(|func, scopes, isLambda, class_name, mod)
  1281. ;
  1282. [compiler.pycodegen.Interactive |G {class}]
  1283. compiler.pycodegen.Interactive(|) 
  1284. ;
  1285. [compiler.pycodegen.InteractiveCodeGenerator |G ]
  1286. compiler.pycodegen.InteractiveCodeGenerator(|tree)
  1287. ;
  1288. [compiler.pycodegen.LocalNameFinder |G  Find local names in scope]
  1289. compiler.pycodegen.LocalNameFinder(|names=()) 
  1290. ;
  1291. [compiler.pycodegen.Module |G {class}]
  1292. compiler.pycodegen.Module(|) 
  1293. ;
  1294. [compiler.pycodegen.ModuleCodeGenerator |G ]
  1295. compiler.pycodegen.ModuleCodeGenerator(|tree)
  1296. ;
  1297. [compiler.pycodegen.NestedScopeMixin |G  Defines initClass() for nested scoping (Python 2.2-compatible)]
  1298. compiler.pycodegen.NestedScopeMixin(|) 
  1299. ;
  1300. [compiler.pycodegen.OpFinder |G {class}]
  1301. compiler.pycodegen.OpFinder(|) 
  1302. ;
  1303. [compiler.pycodegen.StringIO |G -- Return a StringIO-like stream for reading or writing]
  1304. compiler.pycodegen.StringIO(|[s]) 
  1305. ;
  1306. [compiler.pycodegen.TupleArg |G  Helper for marking func defs with nested tuples in arglist]
  1307. compiler.pycodegen.TupleArg(|) 
  1308. ;
  1309. [compiler.pycodegen.compile |G  Replacement for builtin compile() function]
  1310. compiler.pycodegen.compile(|source, filename, mode, flags=None, dont_inherit=None) 
  1311. ;
  1312. [compiler.pycodegen.compileFile |G ]
  1313. compiler.pycodegen.compileFile(|filename, display=0)
  1314. ;
  1315. [compiler.pycodegen.findOp |G  Find the op (DELETE, LOAD, STORE) in an AssTuple tree]
  1316. compiler.pycodegen.findOp(|node) 
  1317. ;
  1318. [compiler.pycodegen.generateArgList |G  Generate an arg list marking TupleArgs]
  1319. compiler.pycodegen.generateArgList(|arglist) 
  1320. ;
  1321. [compiler.pycodegen.is_constant_false |G ]
  1322. compiler.pycodegen.is_constant_false(|node)
  1323. ;
  1324. [compiler.pycodegen.parse |G {function}]
  1325. compiler.pycodegen.parse(|) 
  1326. ;
  1327. [compiler.pycodegen.walk |G {function}]
  1328. compiler.pycodegen.walk(|) 
  1329. ;
  1330. [compiler.pycodegen.wrap_aug |G ]
  1331. compiler.pycodegen.wrap_aug(|node)
  1332. ;
  1333. [compiler.symbols.ClassScope |G Module symbol-table generator]
  1334. compiler.symbols.ClassScope(|name, module)
  1335. ;
  1336. [compiler.symbols.FunctionScope |G {class}]
  1337. compiler.symbols.FunctionScope(|) 
  1338. ;
  1339. [compiler.symbols.LambdaScope |G Module symbol-table generator]
  1340. compiler.symbols.LambdaScope(|module, klass=None)
  1341. ;
  1342. [compiler.symbols.ModuleScope |G {class}]
  1343. compiler.symbols.ModuleScope(|) 
  1344. ;
  1345. [compiler.symbols.Scope |G Module symbol-table generator]
  1346. compiler.symbols.Scope(|name, module, klass=None)
  1347. ;
  1348. [compiler.symbols.SymbolVisitor |G {class}]
  1349. compiler.symbols.SymbolVisitor(|) 
  1350. ;
  1351. [compiler.symbols.list_eq |G Module symbol-table generator]
  1352. compiler.symbols.list_eq(|l1, l2)
  1353. ;
  1354. [compiler.symbols.mangle |G {function}]
  1355. compiler.symbols.mangle(|) 
  1356. ;
  1357. [compiler.symbols.sort |G Module symbol-table generator]
  1358. compiler.symbols.sort(|l)
  1359. ;
  1360. [compiler.syntax.SyntaxErrorChecker |G  A visitor to find syntax errors in the AST.]
  1361. compiler.syntax.SyntaxErrorChecker(|multi=None) 
  1362. ;
  1363. [compiler.syntax.check |G ]
  1364. compiler.syntax.check(|tree, multi=None)
  1365. ;
  1366. [compiler.syntax.walk |G {function}]
  1367. compiler.syntax.walk(|) 
  1368. ;
  1369. [compiler.transformer.Add |G {class}]
  1370. compiler.transformer.Add(|) 
  1371. ;
  1372. [compiler.transformer.And |G {class}]
  1373. compiler.transformer.And(|) 
  1374. ;
  1375. [compiler.transformer.AssAttr |G {class}]
  1376. compiler.transformer.AssAttr(|) 
  1377. ;
  1378. [compiler.transformer.AssList |G {class}]
  1379. compiler.transformer.AssList(|) 
  1380. ;
  1381. [compiler.transformer.AssName |G {class}]
  1382. compiler.transformer.AssName(|) 
  1383. ;
  1384. [compiler.transformer.AssTuple |G {class}]
  1385. compiler.transformer.AssTuple(|) 
  1386. ;
  1387. [compiler.transformer.Assert |G {class}]
  1388. compiler.transformer.Assert(|) 
  1389. ;
  1390. [compiler.transformer.Assign |G {class}]
  1391. compiler.transformer.Assign(|) 
  1392. ;
  1393. [compiler.transformer.AugAssign |G {class}]
  1394. compiler.transformer.AugAssign(|) 
  1395. ;
  1396. [compiler.transformer.Backquote |G {class}]
  1397. compiler.transformer.Backquote(|) 
  1398. ;
  1399. [compiler.transformer.Bitand |G {class}]
  1400. compiler.transformer.Bitand(|) 
  1401. ;
  1402. [compiler.transformer.Bitor |G {class}]
  1403. compiler.transformer.Bitor(|) 
  1404. ;
  1405. [compiler.transformer.Bitxor |G {class}]
  1406. compiler.transformer.Bitxor(|) 
  1407. ;
  1408. [compiler.transformer.Break |G {class}]
  1409. compiler.transformer.Break(|) 
  1410. ;
  1411. [compiler.transformer.CallFunc |G {class}]
  1412. compiler.transformer.CallFunc(|) 
  1413. ;
  1414. [compiler.transformer.Class |G {class}]
  1415. compiler.transformer.Class(|) 
  1416. ;
  1417. [compiler.transformer.Compare |G {class}]
  1418. compiler.transformer.Compare(|) 
  1419. ;
  1420. [compiler.transformer.Const |G {class}]
  1421. compiler.transformer.Const(|) 
  1422. ;
  1423. [compiler.transformer.Continue |G {class}]
  1424. compiler.transformer.Continue(|) 
  1425. ;
  1426. [compiler.transformer.Dict |G {class}]
  1427. compiler.transformer.Dict(|) 
  1428. ;
  1429. [compiler.transformer.Discard |G {class}]
  1430. compiler.transformer.Discard(|) 
  1431. ;
  1432. [compiler.transformer.Div |G {class}]
  1433. compiler.transformer.Div(|) 
  1434. ;
  1435. [compiler.transformer.Ellipsis |G {class}]
  1436. compiler.transformer.Ellipsis(|) 
  1437. ;
  1438. [compiler.transformer.EmptyNode |G {class}]
  1439. compiler.transformer.EmptyNode(|) 
  1440. ;
  1441. [compiler.transformer.Exec |G {class}]
  1442. compiler.transformer.Exec(|) 
  1443. ;
  1444. [compiler.transformer.Expression |G {class}]
  1445. compiler.transformer.Expression(|) 
  1446. ;
  1447. [compiler.transformer.FloorDiv |G {class}]
  1448. compiler.transformer.FloorDiv(|) 
  1449. ;
  1450. [compiler.transformer.For |G {class}]
  1451. compiler.transformer.For(|) 
  1452. ;
  1453. [compiler.transformer.From |G {class}]
  1454. compiler.transformer.From(|) 
  1455. ;
  1456. [compiler.transformer.Function |G {class}]
  1457. compiler.transformer.Function(|) 
  1458. ;
  1459. [compiler.transformer.Getattr |G {class}]
  1460. compiler.transformer.Getattr(|) 
  1461. ;
  1462. [compiler.transformer.Global |G {class}]
  1463. compiler.transformer.Global(|) 
  1464. ;
  1465. [compiler.transformer.If |G {class}]
  1466. compiler.transformer.If(|) 
  1467. ;
  1468. [compiler.transformer.Import |G {class}]
  1469. compiler.transformer.Import(|) 
  1470. ;
  1471. [compiler.transformer.Invert |G {class}]
  1472. compiler.transformer.Invert(|) 
  1473. ;
  1474. [compiler.transformer.Keyword |G {class}]
  1475. compiler.transformer.Keyword(|) 
  1476. ;
  1477. [compiler.transformer.Lambda |G {class}]
  1478. compiler.transformer.Lambda(|) 
  1479. ;
  1480. [compiler.transformer.LeftShift |G {class}]
  1481. compiler.transformer.LeftShift(|) 
  1482. ;
  1483. [compiler.transformer.List |G {class}]
  1484. compiler.transformer.List(|) 
  1485. ;
  1486. [compiler.transformer.ListComp |G {class}]
  1487. compiler.transformer.ListComp(|) 
  1488. ;
  1489. [compiler.transformer.ListCompFor |G {class}]
  1490. compiler.transformer.ListCompFor(|) 
  1491. ;
  1492. [compiler.transformer.ListCompIf |G {class}]
  1493. compiler.transformer.ListCompIf(|) 
  1494. ;
  1495. [compiler.transformer.Mod |G {class}]
  1496. compiler.transformer.Mod(|) 
  1497. ;
  1498. [compiler.transformer.Module |G {class}]
  1499. compiler.transformer.Module(|) 
  1500. ;
  1501. [compiler.transformer.Mul |G {class}]
  1502. compiler.transformer.Mul(|) 
  1503. ;
  1504. [compiler.transformer.Name |G {class}]
  1505. compiler.transformer.Name(|) 
  1506. ;
  1507. [compiler.transformer.Node |G ]
  1508. compiler.transformer.Node(|*args)
  1509. ;
  1510. [compiler.transformer.Not |G {class}]
  1511. compiler.transformer.Not(|) 
  1512. ;
  1513. [compiler.transformer.Or |G {class}]
  1514. compiler.transformer.Or(|) 
  1515. ;
  1516. [compiler.transformer.Pass |G {class}]
  1517. compiler.transformer.Pass(|) 
  1518. ;
  1519. [compiler.transformer.Power |G {class}]
  1520. compiler.transformer.Power(|) 
  1521. ;
  1522. [compiler.transformer.Print |G {class}]
  1523. compiler.transformer.Print(|) 
  1524. ;
  1525. [compiler.transformer.Printnl |G {class}]
  1526. compiler.transformer.Printnl(|) 
  1527. ;
  1528. [compiler.transformer.Raise |G {class}]
  1529. compiler.transformer.Raise(|) 
  1530. ;
  1531. [compiler.transformer.Return |G {class}]
  1532. compiler.transformer.Return(|) 
  1533. ;
  1534. [compiler.transformer.RightShift |G {class}]
  1535. compiler.transformer.RightShift(|) 
  1536. ;
  1537. [compiler.transformer.Slice |G {class}]
  1538. compiler.transformer.Slice(|) 
  1539. ;
  1540. [compiler.transformer.Sliceobj |G {class}]
  1541. compiler.transformer.Sliceobj(|) 
  1542. ;
  1543. [compiler.transformer.Stmt |G {class}]
  1544. compiler.transformer.Stmt(|) 
  1545. ;
  1546. [compiler.transformer.Sub |G {class}]
  1547. compiler.transformer.Sub(|) 
  1548. ;
  1549. [compiler.transformer.Subscript |G {class}]
  1550. compiler.transformer.Subscript(|) 
  1551. ;
  1552. [compiler.transformer.Transformer |G  Utility object for transforming Python parse trees.]
  1553. compiler.transformer.Transformer(|) 
  1554. ;
  1555. [compiler.transformer.TryExcept |G {class}]
  1556. compiler.transformer.TryExcept(|) 
  1557. ;
  1558. [compiler.transformer.TryFinally |G {class}]
  1559. compiler.transformer.TryFinally(|) 
  1560. ;
  1561. [compiler.transformer.Tuple |G {class}]
  1562. compiler.transformer.Tuple(|) 
  1563. ;
  1564. [compiler.transformer.UnaryAdd |G {class}]
  1565. compiler.transformer.UnaryAdd(|) 
  1566. ;
  1567. [compiler.transformer.UnarySub |G {class}]
  1568. compiler.transformer.UnarySub(|) 
  1569. ;
  1570. [compiler.transformer.While |G {class}]
  1571. compiler.transformer.While(|) 
  1572. ;
  1573. [compiler.transformer.Yield |G {class}]
  1574. compiler.transformer.Yield(|) 
  1575. ;
  1576. [compiler.transformer.asList |G ]
  1577. compiler.transformer.asList(|nodes)
  1578. ;
  1579. [compiler.transformer.debug_tree |G ]
  1580. compiler.transformer.debug_tree(|tree)
  1581. ;
  1582. [compiler.transformer.flatten |G {function}]
  1583. compiler.transformer.flatten(|) 
  1584. ;
  1585. [compiler.transformer.flatten_nodes |G {function}]
  1586. compiler.transformer.flatten_nodes(|) 
  1587. ;
  1588. [compiler.transformer.parse |G ]
  1589. compiler.transformer.parse(|buf, mode="exec")
  1590. ;
  1591. [compiler.transformer.parseFile |G ]
  1592. compiler.transformer.parseFile(|path)
  1593. ;
  1594. [compiler.visitor.ASTVisitor |G  Performs a depth-first walk of the AST]
  1595. compiler.visitor.ASTVisitor(|) 
  1596. ;
  1597. [compiler.visitor.ExampleASTVisitor |G  Prints examples of the nodes that aren't visited]
  1598. compiler.visitor.ExampleASTVisitor(|) 
  1599. ;
  1600. [compiler.visitor._walker |G  Performs a depth-first walk of the AST]
  1601. compiler.visitor._walker(|) 
  1602. ;
  1603. [compiler.visitor.dumpNode |G ]
  1604. compiler.visitor.dumpNode(|node)
  1605. ;
  1606. [compiler.visitor.walk |G ]
  1607. compiler.visitor.walk(|tree, visitor, walker=None, verbose=None)
  1608. ;
  1609. [compiler.walk |G {function}]
  1610. compiler.walk(|) 
  1611. ;
  1612. [complex |G -> complex number]
  1613. complex(|real[, imag]) 
  1614. ;
  1615. [copy.Error |G {class}]
  1616. copy.Error(|) 
  1617. ;
  1618. [copy._EmptyClass |G {class}]
  1619. copy._EmptyClass(|) 
  1620. ;
  1621. [copy._copy_atomic |G ]
  1622. copy._copy_atomic(|x)
  1623. ;
  1624. [copy._copy_dict |G ]
  1625. copy._copy_dict(|x)
  1626. ;
  1627. [copy._copy_inst |G ]
  1628. copy._copy_inst(|x)
  1629. ;
  1630. [copy._copy_list |G ]
  1631. copy._copy_list(|x)
  1632. ;
  1633. [copy._copy_tuple |G ]
  1634. copy._copy_tuple(|x)
  1635. ;
  1636. [copy._deepcopy_atomic |G ]
  1637. copy._deepcopy_atomic(|x, memo)
  1638. ;
  1639. [copy._deepcopy_dict |G ]
  1640. copy._deepcopy_dict(|x, memo)
  1641. ;
  1642. [copy._deepcopy_inst |G ]
  1643. copy._deepcopy_inst(|x, memo)
  1644. ;
  1645. [copy._deepcopy_list |G ]
  1646. copy._deepcopy_list(|x, memo)
  1647. ;
  1648. [copy._deepcopy_tuple |G ]
  1649. copy._deepcopy_tuple(|x, memo)
  1650. ;
  1651. [copy._keep_alive |G  Keeps a reference to the object x in the memo.]
  1652. copy._keep_alive(|x, memo) 
  1653. ;
  1654. [copy._reconstruct |G ]
  1655. copy._reconstruct(|x, info, deep, memo=None)
  1656. ;
  1657. [copy._test |G ]
  1658. copy._test(|)
  1659. ;
  1660. [copy.copy |G  Shallow copy operation on arbitrary Python objects.]
  1661. copy.copy(|x) 
  1662. ;
  1663. [copy.deepcopy |G  Deep copy operation on arbitrary Python objects.]
  1664. copy.deepcopy(|x, memo = None) 
  1665. ;
  1666. [copy.error |G {class}]
  1667. copy.error(|) 
  1668. ;
  1669. [copy_reg._reconstructor |G ]
  1670. copy_reg._reconstructor(|cls, base, state)
  1671. ;
  1672. [copy_reg._reduce |G ]
  1673. copy_reg._reduce(|self)
  1674. ;
  1675. [copy_reg.constructor |G ]
  1676. copy_reg.constructor(|object)
  1677. ;
  1678. [copy_reg.pickle |G ]
  1679. copy_reg.pickle(|ob_type, pickle_function, constructor_ob=None)
  1680. ;
  1681. [copy_reg.pickle_complex |G ]
  1682. copy_reg.pickle_complex(|c)
  1683. ;
  1684. [dbhash.error |G {class}]
  1685. dbhash.error(|) 
  1686. ;
  1687. [dbhash.open |G ]
  1688. dbhash.open(|file, flag = 'r', mode=0666)
  1689. ;
  1690. [delattr |G ]
  1691. delattr(|object, name)
  1692. ;
  1693. [dict |G -> new empty dictionary.]
  1694. dict(|) 
  1695. ;
  1696. [difflib.Differ |G  ]
  1697. difflib.Differ(|linejunk=None, charjunk=None) 
  1698. ;
  1699. [difflib.IS_CHARACTER_JUNK |G  ]
  1700. difflib.IS_CHARACTER_JUNK(|ch, ws=" \t") 
  1701. ;
  1702. [difflib.IS_LINE_JUNK |G  ]
  1703. difflib.IS_LINE_JUNK(|line, pat=re.compile(r"\s*#?\s*$").match) 
  1704. ;
  1705. [difflib.SequenceMatcher |G  ]
  1706. difflib.SequenceMatcher(|isjunk=None, a='', b='') 
  1707. ;
  1708. [difflib._count_leading |G  ]
  1709. difflib._count_leading(|line, ch) 
  1710. ;
  1711. [difflib._test |G ]
  1712. difflib._test(|)
  1713. ;
  1714. [difflib.get_close_matches |G  Use SequenceMatcher to return list of the best "good enough" matches.]
  1715. difflib.get_close_matches(|word, possibilities, n=3, cutoff=0.6) 
  1716. ;
  1717. [difflib.ndiff |G  ]
  1718. difflib.ndiff(|a, b, linejunk=IS_LINE_JUNK, charjunk=IS_CHARACTER_JUNK) 
  1719. ;
  1720. [difflib.restore |G  ]
  1721. difflib.restore(|delta, which) 
  1722. ;
  1723. [dir |G -> list of strings]
  1724. dir(|[object]) 
  1725. ;
  1726. [dircache.annotate |G  Add '/' suffixes to directories.]
  1727. dircache.annotate(|head, list) 
  1728. ;
  1729. [dircache.listdir |G  List directory contents, using cache.]
  1730. dircache.listdir(|path) 
  1731. ;
  1732. [dircache.opendir |G  List directory contents, using cache.]
  1733. dircache.opendir(|) 
  1734. ;
  1735. [dircache.reset |G  Reset the cache completely.]
  1736. dircache.reset(|) 
  1737. ;
  1738. [dis._test |G  Simple test program to disassemble a file.]
  1739. dis._test(|) 
  1740. ;
  1741. [dis.def_op |G ]
  1742. dis.def_op(|name, op)
  1743. ;
  1744. [dis.dis |G  Disassemble classes, methods, functions, or code.]
  1745. dis.dis(|x=None) 
  1746. ;
  1747. [dis.disassemble |G  Disassemble a code object.]
  1748. dis.disassemble(|co, lasti=-1) 
  1749. ;
  1750. [dis.disco |G  Disassemble a code object.]
  1751. dis.disco(|) 
  1752. ;
  1753. [dis.distb |G  Disassemble a traceback (default: last traceback).]
  1754. dis.distb(|tb=None) 
  1755. ;
  1756. [dis.findlabels |G  Detect all offsets in a byte code which are jump targets.]
  1757. dis.findlabels(|code) 
  1758. ;
  1759. [dis.jabs_op |G ]
  1760. dis.jabs_op(|name, op)
  1761. ;
  1762. [dis.jrel_op |G ]
  1763. dis.jrel_op(|name, op)
  1764. ;
  1765. [dis.name_op |G ]
  1766. dis.name_op(|name, op)
  1767. ;
  1768. [divmod |G -> (div, mod)]
  1769. divmod(|x, y) 
  1770. ;
  1771. [doctest.Tester |G  Class Tester -- runs docstring examples and accumulates stats.]
  1772. doctest.Tester(|) 
  1773. ;
  1774. [doctest._SpoofOut |G {class}]
  1775. doctest._SpoofOut(|) 
  1776. ;
  1777. [doctest._TestClass |G  ]
  1778. doctest._TestClass(|val) 
  1779. ;
  1780. [doctest._classify_class_attrs |G  Return list of attribute-descriptor tuples.]
  1781. doctest._classify_class_attrs(|) 
  1782. ;
  1783. [doctest._extract_examples |G ]
  1784. doctest._extract_examples(|s)
  1785. ;
  1786. [doctest._extract_future_flags |G ]
  1787. doctest._extract_future_flags(|globs)
  1788. ;
  1789. [doctest._from_module |G ]
  1790. doctest._from_module(|module, object)
  1791. ;
  1792. [doctest._isclass |G  Return true if the object is a class.]
  1793. doctest._isclass(|) 
  1794. ;
  1795. [doctest._isfunction |G  Return true if the object is a user-defined function.]
  1796. doctest._isfunction(|) 
  1797. ;
  1798. [doctest._ismodule |G  Return true if the object is a module.]
  1799. doctest._ismodule(|) 
  1800. ;
  1801. [doctest._run_examples |G ]
  1802. doctest._run_examples(|examples, globs, verbose, name, compileflags)
  1803. ;
  1804. [doctest._run_examples_inner |G {function}]
  1805. doctest._run_examples_inner(|) 
  1806. ;
  1807. [doctest._tag_out |G ]
  1808. doctest._tag_out(|printer, *tag_msg_pairs)
  1809. ;
  1810. [doctest._test |G ]
  1811. doctest._test(|)
  1812. ;
  1813. [doctest.is_private |G  prefix, base -> true iff name prefix + "." + base is "private".]
  1814. doctest.is_private(|prefix, base) 
  1815. ;
  1816. [doctest.run_docstring_examples |G  f, globs, verbose=0, name="NoName" -> run examples from f.__doc__.]
  1817. doctest.run_docstring_examples(|) 
  1818. ;
  1819. [doctest.testmod |G  m, name=None, globs=None, verbose=None, isprivate=None, report=1]
  1820. doctest.testmod(|) 
  1821. ;
  1822. [dospath.abspath |G  Return an absolute path.]
  1823. dospath.abspath(|path) 
  1824. ;
  1825. [dospath.basename |G  Return the tail (basename) part of a path.]
  1826. dospath.basename(|p) 
  1827. ;
  1828. [dospath.commonprefix |G  Return the longest prefix of all list elements.]
  1829. dospath.commonprefix(|m) 
  1830. ;
  1831. [dospath.dirname |G  Return the head (dirname) part of a path.]
  1832. dospath.dirname(|p) 
  1833. ;
  1834. [dospath.exists |G  Does a path exist?]
  1835. dospath.exists(|path) 
  1836. ;
  1837. [dospath.expanduser |G  Expand paths beginning with '~' or '~user'.]
  1838. dospath.expanduser(|path) 
  1839. ;
  1840. [dospath.expandvars |G  Expand paths containing shell variable substitutions.]
  1841. dospath.expandvars(|path) 
  1842. ;
  1843. [dospath.getatime |G  Return the last access time of a file, reported by os.stat().]
  1844. dospath.getatime(|filename) 
  1845. ;
  1846. [dospath.getmtime |G  Return the last modification time of a file, reported by os.stat().]
  1847. dospath.getmtime(|filename) 
  1848. ;
  1849. [dospath.getsize |G  Return the size of a file, reported by os.stat().]
  1850. dospath.getsize(|filename) 
  1851. ;
  1852. [dospath.isabs |G  Return whether a path is absolute.]
  1853. dospath.isabs(|s) 
  1854. ;
  1855. [dospath.isdir |G  Is a path a dos directory?]
  1856. dospath.isdir(|path) 
  1857. ;
  1858. [dospath.isfile |G  Is a path a regular file?]
  1859. dospath.isfile(|path) 
  1860. ;
  1861. [dospath.islink |G  Is a path a symbolic link?]
  1862. dospath.islink(|path) 
  1863. ;
  1864. [dospath.ismount |G  Is a path a mount point?]
  1865. dospath.ismount(|path) 
  1866. ;
  1867. [dospath.join |G  Join two (or more) paths.]
  1868. dospath.join(|a, *p) 
  1869. ;
  1870. [dospath.normcase |G  Normalize the case of a pathname.]
  1871. dospath.normcase(|s) 
  1872. ;
  1873. [dospath.normpath |G  Normalize a path, e.g. A//B, A/./B and A/foo/../B all become A/B.]
  1874. dospath.normpath(|path) 
  1875. ;
  1876. [dospath.realpath |G  Return an absolute path.]
  1877. dospath.realpath(|) 
  1878. ;
  1879. [dospath.split |G  Split a path into head (everything up to the last '/') and tail]
  1880. dospath.split(|p) 
  1881. ;
  1882. [dospath.splitdrive |G  Split a path into a drive specification (a drive letter followed]
  1883. dospath.splitdrive(|p) 
  1884. ;
  1885. [dospath.splitext |G  Split a path into root and extension.]
  1886. dospath.splitext(|p) 
  1887. ;
  1888. [dospath.walk |G  Directory tree walk with callback function.]
  1889. dospath.walk(|top, func, arg) 
  1890. ;
  1891. [dumbdbm._Database |G ]
  1892. dumbdbm._Database(|file, mode)
  1893. ;
  1894. [dumbdbm.error |G  I/O operation failed.]
  1895. dumbdbm.error(|) 
  1896. ;
  1897. [dumbdbm.open |G  Open the database file, filename, and return corresponding object.]
  1898. dumbdbm.open(|file, flag=None, mode=0666) 
  1899. ;
  1900. [email.Charset.Charset |G  Map character sets to their email properties.]
  1901. email.Charset.Charset(|input_charset=DEFAULT_CHARSET) 
  1902. ;
  1903. [email.Charset._isunicode |G ]
  1904. email.Charset._isunicode(|s)
  1905. ;
  1906. [email.Charset.add_alias |G  Add a character set alias.]
  1907. email.Charset.add_alias(|alias, canonical) 
  1908. ;
  1909. [email.Charset.add_charset |G  Add character set properties to the global registry.]
  1910. email.Charset.add_charset(|charset, header_enc=None, body_enc=None, output_charset=None) 
  1911. ;
  1912. [email.Charset.add_codec |G  Add a codec that map characters in the given charset to/from Unicode.]
  1913. email.Charset.add_codec(|charset, codecname) 
  1914. ;
  1915. [email.Charset.encode_7or8bit |G  Set the Content-Transfer-Encoding header to 7bit or 8bit.]
  1916. email.Charset.encode_7or8bit(|) 
  1917. ;
  1918. [email.Encoders._bencode |G ]
  1919. email.Encoders._bencode(|s)
  1920. ;
  1921. [email.Encoders._encodestring |G {function}]
  1922. email.Encoders._encodestring(|) 
  1923. ;
  1924. [email.Encoders._qencode |G {function}]
  1925. email.Encoders._qencode(|) 
  1926. ;
  1927. [email.Encoders.encode_7or8bit |G  Set the Content-Transfer-Encoding header to 7bit or 8bit.]
  1928. email.Encoders.encode_7or8bit(|msg) 
  1929. ;
  1930. [email.Encoders.encode_base64 |G  Encode the message's payload in Base64.]
  1931. email.Encoders.encode_base64(|msg) 
  1932. ;
  1933. [email.Encoders.encode_noop |G  Do nothing.]
  1934. email.Encoders.encode_noop(|msg) 
  1935. ;
  1936. [email.Encoders.encode_quopri |G  Encode the message's payload in quoted-printable.]
  1937. email.Encoders.encode_quopri(|msg) 
  1938. ;
  1939. [email.Errors.BoundaryError |G  Couldn't find terminating boundary.]
  1940. email.Errors.BoundaryError(|) 
  1941. ;
  1942. [email.Errors.HeaderParseError |G  Error while parsing headers.]
  1943. email.Errors.HeaderParseError(|) 
  1944. ;
  1945. [email.Errors.MessageError |G  Base class for errors in the email package.]
  1946. email.Errors.MessageError(|) 
  1947. ;
  1948. [email.Errors.MessageParseError |G  Base class for message parsing errors.]
  1949. email.Errors.MessageParseError(|) 
  1950. ;
  1951. [email.Errors.MultipartConversionError |G  Conversion to a multipart is prohibited.]
  1952. email.Errors.MultipartConversionError(|) 
  1953. ;
  1954. [email.Generator.DecodedGenerator |G  Generator a text representation of a message.]
  1955. email.Generator.DecodedGenerator(|outfp, mangle_from_=True, maxheaderlen=78, fmt=None) 
  1956. ;
  1957. [email.Generator.Generator |G  Generates output from a Message object tree.]
  1958. email.Generator.Generator(|outfp, mangle_from_=True, maxheaderlen=78) 
  1959. ;
  1960. [email.Generator.Header |G {class}]
  1961. email.Generator.Header(|) 
  1962. ;
  1963. [email.Generator.StringIO |G -- Return a StringIO-like stream for reading or writing]
  1964. email.Generator.StringIO(|[s]) 
  1965. ;
  1966. [email.Generator._is8bitstring |G ]
  1967. email.Generator._is8bitstring(|s)
  1968. ;
  1969. [email.Generator._isstring |G {function}]
  1970. email.Generator._isstring(|) 
  1971. ;
  1972. [email.Generator._make_boundary |G ]
  1973. email.Generator._make_boundary(|text=None)
  1974. ;
  1975. [email.Header.Charset |G  Map character sets to their email properties.]
  1976. email.Header.Charset(|) 
  1977. ;
  1978. [email.Header.Header |G {class}]
  1979. email.Header.Header(|) 
  1980. ;
  1981. [email.Header._floordiv |G  Do a floor division, i/j.]
  1982. email.Header._floordiv(|) 
  1983. ;
  1984. [email.Header._max_append |G {function}]
  1985. email.Header._max_append(|) 
  1986. ;
  1987. [email.Header.decode_header |G  Decode a message header value without converting charset.]
  1988. email.Header.decode_header(|header) 
  1989. ;
  1990. [email.Header.make_header |G  Create a Header from a sequence of pairs as returned by decode_header()]
  1991. email.Header.make_header(|) 
  1992. ;
  1993. [email.Iterators._structure |G  A handy debugging aid]
  1994. email.Iterators._structure(|msg, fp=None, level=0) 
  1995. ;
  1996. [email.Iterators.body_line_iterator |G  Iterate over the parts, returning string payloads line-by-line.]
  1997. email.Iterators.body_line_iterator(|) 
  1998. ;
  1999. [email.Iterators.typed_subpart_iterator |G  Iterate over the subparts with a given MIME type.]
  2000. email.Iterators.typed_subpart_iterator(|) 
  2001. ;
  2002. [email.MIMEAudio.MIMEAudio |G  Class for generating audio/* MIME documents.]
  2003. email.MIMEAudio.MIMEAudio(|) 
  2004. ;
  2005. [email.MIMEAudio.MIMENonMultipart |G  Base class for MIME multipart/* type messages.]
  2006. email.MIMEAudio.MIMENonMultipart(|) 
  2007. ;
  2008. [email.MIMEAudio.StringIO |G -- Return a StringIO-like stream for reading or writing]
  2009. email.MIMEAudio.StringIO(|[s]) 
  2010. ;
  2011. [email.MIMEAudio._whatsnd |G  Try to identify a sound file type.]
  2012. email.MIMEAudio._whatsnd(|data) 
  2013. ;
  2014. [email.MIMEBase.MIMEBase |G  Base class for MIME specializations.]
  2015. email.MIMEBase.MIMEBase(|_maintype, _subtype, **_params) 
  2016. ;
  2017. [email.MIMEImage.MIMEImage |G  Class for generating image/* type MIME documents.]
  2018. email.MIMEImage.MIMEImage(|) 
  2019. ;
  2020. [email.MIMEImage.MIMENonMultipart |G  Base class for MIME multipart/* type messages.]
  2021. email.MIMEImage.MIMENonMultipart(|) 
  2022. ;
  2023. [email.MIMEMessage.MIMEMessage |G  Class representing message/* MIME documents.]
  2024. email.MIMEMessage.MIMEMessage(|_msg, _subtype='rfc822') 
  2025. ;
  2026. [email.MIMEMessage.MIMENonMultipart |G  Base class for MIME multipart/* type messages.]
  2027. email.MIMEMessage.MIMENonMultipart(|) 
  2028. ;
  2029. [email.MIMEMultipart.MIMEMultipart |G  Base class for MIME multipart/* type messages.]
  2030. email.MIMEMultipart.MIMEMultipart(|_subtype='mixed', boundary=None, *_subparts, **_params) 
  2031. ;
  2032. [email.MIMENonMultipart.MIMENonMultipart |G  Base class for MIME multipart/* type messages.]
  2033. email.MIMENonMultipart.MIMENonMultipart(|) 
  2034. ;
  2035. [email.MIMEText.MIMENonMultipart |G  Base class for MIME multipart/* type messages.]
  2036. email.MIMEText.MIMENonMultipart(|) 
  2037. ;
  2038. [email.MIMEText.MIMEText |G  Class for generating text/* type MIME documents.]
  2039. email.MIMEText.MIMEText(|) 
  2040. ;
  2041. [email.MIMEText.encode_7or8bit |G  Set the Content-Transfer-Encoding header to 7bit or 8bit.]
  2042. email.MIMEText.encode_7or8bit(|) 
  2043. ;
  2044. [email.Message.Message |G  Basic message object.]
  2045. email.Message.Message(|) 
  2046. ;
  2047. [email.Message.StringIO |G -- Return a StringIO-like stream for reading or writing]
  2048. email.Message.StringIO(|[s]) 
  2049. ;
  2050. [email.Message._formatparam |G  Convenience function to format and return a key=value pair.]
  2051. email.Message._formatparam(|param, value=None, quote=True) 
  2052. ;
  2053. [email.Message._unquotevalue |G ]
  2054. email.Message._unquotevalue(|value)
  2055. ;
  2056. [email.Parser.HeaderParser |G  A subclass of Parser, this one only meaningfully parses message headers.]
  2057. email.Parser.HeaderParser(|) 
  2058. ;
  2059. [email.Parser.Parser |G ]
  2060. email.Parser.Parser(|_class=Message.Message, strict=False)
  2061. ;
  2062. [email.Parser.StringIO |G -- Return a StringIO-like stream for reading or writing]
  2063. email.Parser.StringIO(|[s]) 
  2064. ;
  2065. [email.Utils.StringIO |G -- Return a StringIO-like stream for reading or writing]
  2066. email.Utils.StringIO(|[s]) 
  2067. ;
  2068. [email.Utils._AddressList |G  An AddressList encapsulates a list of parsed RFC 2822 addresses.]
  2069. email.Utils._AddressList(|) 
  2070. ;
  2071. [email.Utils._bdecode |G ]
  2072. email.Utils._bdecode(|s)
  2073. ;
  2074. [email.Utils._bencode |G {function}]
  2075. email.Utils._bencode(|) 
  2076. ;
  2077. [email.Utils._identity |G ]
  2078. email.Utils._identity(|s)
  2079. ;
  2080. [email.Utils._parsedate |G  Convert a time string to a time tuple.]
  2081. email.Utils._parsedate(|) 
  2082. ;
  2083. [email.Utils._parsedate_tz |G  Convert a date string to a time tuple.]
  2084. email.Utils._parsedate_tz(|) 
  2085. ;
  2086. [email.Utils._qdecode |G {function}]
  2087. email.Utils._qdecode(|) 
  2088. ;
  2089. [email.Utils._qencode |G {function}]
  2090. email.Utils._qencode(|) 
  2091. ;
  2092. [email.Utils.decode |G  Return a decoded string according to RFC 2047, as a unicode string.]
  2093. email.Utils.decode(|s) 
  2094. ;
  2095. [email.Utils.decode_params |G  Decode parameters list according to RFC 2231.]
  2096. email.Utils.decode_params(|params) 
  2097. ;
  2098. [email.Utils.decode_rfc2231 |G  Decode string according to RFC 2231]
  2099. email.Utils.decode_rfc2231(|s) 
  2100. ;
  2101. [email.Utils.dump_address_pair |G ]
  2102. email.Utils.dump_address_pair(|pair)
  2103. ;
  2104. [email.Utils.encode |G  Encode a string according to RFC 2047.]
  2105. email.Utils.encode(|s, charset='iso-8859-1', encoding='q') 
  2106. ;
  2107. [email.Utils.encode_rfc2231 |G  Encode string according to RFC 2231.]
  2108. email.Utils.encode_rfc2231(|s, charset=None, language=None) 
  2109. ;
  2110. [email.Utils.fix_eols |G  Replace all line-ending characters with]
  2111. email.Utils.fix_eols(|s) 
  2112. ;
  2113. [email.Utils.formataddr |G  The inverse of parseaddr(), this takes a 2-tuple of the form]
  2114. email.Utils.formataddr(|pair) 
  2115. ;
  2116. [email.Utils.formatdate |G  Returns a date string as specified by RFC 2822, e.g.:]
  2117. email.Utils.formatdate(|timeval=None, localtime=False) 
  2118. ;
  2119. [email.Utils.getaddresses |G  Return a list of (REALNAME, EMAIL) for each fieldvalue.]
  2120. email.Utils.getaddresses(|fieldvalues) 
  2121. ;
  2122. [email.Utils.make_msgid |G  Returns a string suitable for RFC 2822 compliant Message-ID, e.g:]
  2123. email.Utils.make_msgid(|idstring=None) 
  2124. ;
  2125. [email.Utils.mktime_tz |G  Turn a 10-tuple as returned by parsedate_tz() into a UTC timestamp.]
  2126. email.Utils.mktime_tz(|) 
  2127. ;
  2128. [email.Utils.parseaddr |G ]
  2129. email.Utils.parseaddr(|addr)
  2130. ;
  2131. [email.Utils.parsedate |G ]
  2132. email.Utils.parsedate(|data)
  2133. ;
  2134. [email.Utils.parsedate_tz |G ]
  2135. email.Utils.parsedate_tz(|data)
  2136. ;
  2137. [email.Utils.quote |G  Add quotes around a string.]
  2138. email.Utils.quote(|) 
  2139. ;
  2140. [email.Utils.unquote |G  Remove quotes from a string.]
  2141. email.Utils.unquote(|str) 
  2142. ;
  2143. [email._compat21.StringIO |G -- Return a StringIO-like stream for reading or writing]
  2144. email._compat21.StringIO(|[s]) 
  2145. ;
  2146. [email._compat21._floordiv |G  Do a floor division, i/j.]
  2147. email._compat21._floordiv(|i, j) 
  2148. ;
  2149. [email._compat21._isstring |G ]
  2150. email._compat21._isstring(|obj)
  2151. ;
  2152. [email._compat21.body_line_iterator |G  Iterate over the parts, returning string payloads line-by-line.]
  2153. email._compat21.body_line_iterator(|msg) 
  2154. ;
  2155. [email._compat21.typed_subpart_iterator |G  Iterate over the subparts with a given MIME type.]
  2156. email._compat21.typed_subpart_iterator(|msg, maintype='text', subtype=None) 
  2157. ;
  2158. [email._compat21.walk |G  Walk over the message tree, yielding each subpart.]
  2159. email._compat21.walk(|self) 
  2160. ;
  2161. [email._compat22.StringIO |G -- Return a StringIO-like stream for reading or writing]
  2162. email._compat22.StringIO(|[s]) 
  2163. ;
  2164. [email._compat22._floordiv |G  Do a floor division, i/j.]
  2165. email._compat22._floordiv(|i, j) 
  2166. ;
  2167. [email._compat22._isstring |G ]
  2168. email._compat22._isstring(|obj)
  2169. ;
  2170. [email._compat22.body_line_iterator |G  Iterate over the parts, returning string payloads line-by-line.]
  2171. email._compat22.body_line_iterator(|msg) 
  2172. ;
  2173. [email._compat22.typed_subpart_iterator |G  Iterate over the subparts with a given MIME type.]
  2174. email._compat22.typed_subpart_iterator(|msg, maintype='text', subtype=None) 
  2175. ;
  2176. [email._compat22.walk |G  Walk over the message tree, yielding each subpart.]
  2177. email._compat22.walk(|self) 
  2178. ;
  2179. [email.base64MIME._floordiv |G  Do a floor division, i/j.]
  2180. email.base64MIME._floordiv(|) 
  2181. ;
  2182. [email.base64MIME.base64_len |G  Return the length of s when it is encoded with base64.]
  2183. email.base64MIME.base64_len(|s) 
  2184. ;
  2185. [email.base64MIME.body_decode |G  Decode a raw base64 string.]
  2186. email.base64MIME.body_decode(|) 
  2187. ;
  2188. [email.base64MIME.body_encode |G  Encode a string with base64.]
  2189. email.base64MIME.body_encode(|) 
  2190. ;
  2191. [email.base64MIME.decode |G  Decode a raw base64 string.]
  2192. email.base64MIME.decode(|s, convert_eols=None) 
  2193. ;
  2194. [email.base64MIME.decodestring |G  Decode a raw base64 string.]
  2195. email.base64MIME.decodestring(|) 
  2196. ;
  2197. [email.base64MIME.encode |G  Encode a string with base64.]
  2198. email.base64MIME.encode(|s, binary=True, maxlinelen=76, eol=NL) 
  2199. ;
  2200. [email.base64MIME.encodestring |G  Encode a string with base64.]
  2201. email.base64MIME.encodestring(|) 
  2202. ;
  2203. [email.base64MIME.fix_eols |G  Replace all line-ending characters with]
  2204. email.base64MIME.fix_eols(|) 
  2205. ;
  2206. [email.base64MIME.header_encode |G  Encode a single header line with Base64 encoding in a given charset.]
  2207. email.base64MIME.header_encode(|) 
  2208. ;
  2209. [email.message_from_file |G  Read a file and parse its contents into a Message object model.]
  2210. email.message_from_file(|fp, _class=None, strict=False) 
  2211. ;
  2212. [email.message_from_string |G  Parse a string into a Message object model.]
  2213. email.message_from_string(|s, _class=None, strict=False) 
  2214. ;
  2215. [email.quopriMIME._max_append |G ]
  2216. email.quopriMIME._max_append(|L, s, maxlen, extra='')
  2217. ;
  2218. [email.quopriMIME._unquote_match |G  Turn a match in the form =AB to the ASCII character with value 0xab]
  2219. email.quopriMIME._unquote_match(|match) 
  2220. ;
  2221. [email.quopriMIME.body_decode |G  Decode a quoted-printable string.]
  2222. email.quopriMIME.body_decode(|) 
  2223. ;
  2224. [email.quopriMIME.body_encode |G  Encode with quoted-printable, wrapping at maxlinelen characters.]
  2225. email.quopriMIME.body_encode(|) 
  2226. ;
  2227. [email.quopriMIME.body_quopri_check |G  Return True if the character should be escaped with body quopri.]
  2228. email.quopriMIME.body_quopri_check(|c) 
  2229. ;
  2230. [email.quopriMIME.body_quopri_len |G  Return the length of str when it is encoded with body quopri.]
  2231. email.quopriMIME.body_quopri_len(|str) 
  2232. ;
  2233. [email.quopriMIME.decode |G  Decode a quoted-printable string.]
  2234. email.quopriMIME.decode(|encoded, eol=NL) 
  2235. ;
  2236. [email.quopriMIME.decodestring |G  Decode a quoted-printable string.]
  2237. email.quopriMIME.decodestring(|) 
  2238. ;
  2239. [email.quopriMIME.encode |G  Encode with quoted-printable, wrapping at maxlinelen characters.]
  2240. email.quopriMIME.encode(|body, binary=False, maxlinelen=76, eol=NL) 
  2241. ;
  2242. [email.quopriMIME.encodestring |G  Encode with quoted-printable, wrapping at maxlinelen characters.]
  2243. email.quopriMIME.encodestring(|) 
  2244. ;
  2245. [email.quopriMIME.fix_eols |G  Replace all line-ending characters with]
  2246. email.quopriMIME.fix_eols(|) 
  2247. ;
  2248. [email.quopriMIME.header_decode |G  Decode a string encoded with RFC 2045 MIME header `Q' encoding.]
  2249. email.quopriMIME.header_decode(|s) 
  2250. ;
  2251. [email.quopriMIME.header_encode |G  Encode a single header line with quoted-printable (like) encoding.]
  2252. email.quopriMIME.header_encode(|) 
  2253. ;
  2254. [email.quopriMIME.header_quopri_check |G  Return True if the character should be escaped with header quopri.]
  2255. email.quopriMIME.header_quopri_check(|c) 
  2256. ;
  2257. [email.quopriMIME.header_quopri_len |G  Return the length of str when it is encoded with header quopri.]
  2258. email.quopriMIME.header_quopri_len(|s) 
  2259. ;
  2260. [email.quopriMIME.quote |G ]
  2261. email.quopriMIME.quote(|c)
  2262. ;
  2263. [email.quopriMIME.unquote |G  Turn a string in the form =AB to the ASCII character with value 0xab]
  2264. email.quopriMIME.unquote(|s) 
  2265. ;
  2266. [eval |G -> value]
  2267. eval(|source[, globals[, locals]]) 
  2268. ;
  2269. [exceptions.ArithmeticError |G  Base class for arithmetic errors.]
  2270. exceptions.ArithmeticError(|) 
  2271. ;
  2272. [exceptions.AssertionError |G  Assertion failed.]
  2273. exceptions.AssertionError(|) 
  2274. ;
  2275. [exceptions.AttributeError |G  Attribute not found.]
  2276. exceptions.AttributeError(|) 
  2277. ;
  2278. [exceptions.DeprecationWarning |G  Base class for warnings about deprecated features.]
  2279. exceptions.DeprecationWarning(|) 
  2280. ;
  2281. [exceptions.EOFError |G  Read beyond end of file.]
  2282. exceptions.EOFError(|) 
  2283. ;
  2284. [exceptions.EnvironmentError |G  Base class for I/O related errors.]
  2285. exceptions.EnvironmentError(|) 
  2286. ;
  2287. [exceptions.Exception |G  Common base class for all exceptions.]
  2288. exceptions.Exception(|) 
  2289. ;
  2290. [exceptions.FloatingPointError |G  Floating point operation failed.]
  2291. exceptions.FloatingPointError(|) 
  2292. ;
  2293. [exceptions.IOError |G  I/O operation failed.]
  2294. exceptions.IOError(|) 
  2295. ;
  2296. [exceptions.ImportError |G  Import can't find module, or can't find name in module.]
  2297. exceptions.ImportError(|) 
  2298. ;
  2299. [exceptions.IndentationError |G  Improper indentation.]
  2300. exceptions.IndentationError(|) 
  2301. ;
  2302. [exceptions.IndexError |G  Sequence index out of range.]
  2303. exceptions.IndexError(|) 
  2304. ;
  2305. [exceptions.KeyError |G  Mapping key not found.]
  2306. exceptions.KeyError(|) 
  2307. ;
  2308. [exceptions.KeyboardInterrupt |G  Program interrupted by user.]
  2309. exceptions.KeyboardInterrupt(|) 
  2310. ;
  2311. [exceptions.LookupError |G  Base class for lookup errors.]
  2312. exceptions.LookupError(|) 
  2313. ;
  2314. [exceptions.MemoryError |G  Out of memory.]
  2315. exceptions.MemoryError(|) 
  2316. ;
  2317. [exceptions.NameError |G  Name not found globally.]
  2318. exceptions.NameError(|) 
  2319. ;
  2320. [exceptions.NotImplementedError |G  Method or function hasn't been implemented yet.]
  2321. exceptions.NotImplementedError(|) 
  2322. ;
  2323. [exceptions.OSError |G  OS system call failed.]
  2324. exceptions.OSError(|) 
  2325. ;
  2326. [exceptions.OverflowError |G  Result too large to be represented.]
  2327. exceptions.OverflowError(|) 
  2328. ;
  2329. [exceptions.OverflowWarning |G  Base class for warnings about numeric overflow.]
  2330. exceptions.OverflowWarning(|) 
  2331. ;
  2332. [exceptions.ReferenceError |G  Weak ref proxy used after referent went away.]
  2333. exceptions.ReferenceError(|) 
  2334. ;
  2335. [exceptions.RuntimeError |G  Unspecified run-time error.]
  2336. exceptions.RuntimeError(|) 
  2337. ;
  2338. [exceptions.RuntimeWarning |G  Base class for warnings about dubious runtime behavior.]
  2339. exceptions.RuntimeWarning(|) 
  2340. ;
  2341. [exceptions.StandardError |G  Base class for all standard Python exceptions.]
  2342. exceptions.StandardError(|) 
  2343. ;
  2344. [exceptions.StopIteration |G  Signal the end from iterator.next().]
  2345. exceptions.StopIteration(|) 
  2346. ;
  2347. [exceptions.SyntaxError |G  Invalid syntax.]
  2348. exceptions.SyntaxError(|) 
  2349. ;
  2350. [exceptions.SyntaxWarning |G  Base class for warnings about dubious syntax.]
  2351. exceptions.SyntaxWarning(|) 
  2352. ;
  2353. [exceptions.SystemError |G  Internal error in the Python interpreter.]
  2354. exceptions.SystemError(|) 
  2355. ;
  2356. [exceptions.SystemExit |G  Request to exit from the interpreter.]
  2357. exceptions.SystemExit(|) 
  2358. ;
  2359. [exceptions.TabError |G  Improper mixture of spaces and tabs.]
  2360. exceptions.TabError(|) 
  2361. ;
  2362. [exceptions.TypeError |G  Inappropriate argument type.]
  2363. exceptions.TypeError(|) 
  2364. ;
  2365. [exceptions.UnboundLocalError |G  Local name referenced but not bound to a value.]
  2366. exceptions.UnboundLocalError(|) 
  2367. ;
  2368. [exceptions.UnicodeError |G  Unicode related error.]
  2369. exceptions.UnicodeError(|) 
  2370. ;
  2371. [exceptions.UserWarning |G  Base class for warnings generated by user code.]
  2372. exceptions.UserWarning(|) 
  2373. ;
  2374. [exceptions.ValueError |G  Inappropriate argument value (of correct type).]
  2375. exceptions.ValueError(|) 
  2376. ;
  2377. [exceptions.Warning |G  Base class for warning categories.]
  2378. exceptions.Warning(|) 
  2379. ;
  2380. [exceptions.WindowsError |G  MS-Windows OS system call failed.]
  2381. exceptions.WindowsError(|) 
  2382. ;
  2383. [exceptions.ZeroDivisionError |G  Second argument to a division or modulo operation was zero.]
  2384. exceptions.ZeroDivisionError(|) 
  2385. ;
  2386. [execfile |G ]
  2387. execfile(|filename[, globals[, locals]])
  2388. ;
  2389. [file |G -> file object]
  2390. file(|name[, mode[, buffering]]) 
  2391. ;
  2392. [filecmp._cmp |G ]
  2393. filecmp._cmp(|a, b, sh, st)
  2394. ;
  2395. [filecmp._do_cmp |G ]
  2396. filecmp._do_cmp(|f1, f2)
  2397. ;
  2398. [filecmp._filter |G ]
  2399. filecmp._filter(|list, skip)
  2400. ;
  2401. [filecmp._sig |G ]
  2402. filecmp._sig(|st)
  2403. ;
  2404. [filecmp.cmp |G  Compare two files.]
  2405. filecmp.cmp(|f1, f2, shallow=1, use_statcache=0) 
  2406. ;
  2407. [filecmp.cmpfiles |G  Compare common files in two directories.]
  2408. filecmp.cmpfiles(|a, b, common, shallow=1, use_statcache=0) 
  2409. ;
  2410. [filecmp.demo |G ]
  2411. filecmp.demo(|)
  2412. ;
  2413. [filecmp.dircmp |G  A class that manages the comparison of 2 directories.]
  2414. filecmp.dircmp(|a, b, ignore=None, hide=None) 
  2415. ;
  2416. [fileinput.FileInput |G  class FileInput({files{, inplace{, backup}}})]
  2417. fileinput.FileInput(|files=None, inplace=0, backup="", bufsize=0) 
  2418. ;
  2419. [fileinput._test |G ]
  2420. fileinput._test(|)
  2421. ;
  2422. [fileinput.close |G  Close the sequence.]
  2423. fileinput.close(|) 
  2424. ;
  2425. [fileinput.filelineno |G  ]
  2426. fileinput.filelineno(|) 
  2427. ;
  2428. [fileinput.filename |G  ]
  2429. fileinput.filename(|) 
  2430. ;
  2431. [fileinput.input |G     ]
  2432. fileinput.input(|[files[, inplace[, backup]]])
  2433. ;
  2434. [fileinput.isfirstline |G  ]
  2435. fileinput.isfirstline(|) 
  2436. ;
  2437. [fileinput.isstdin |G  ]
  2438. fileinput.isstdin(|) 
  2439. ;
  2440. [fileinput.lineno |G  ]
  2441. fileinput.lineno(|) 
  2442. ;
  2443. [fileinput.nextfile |G  ]
  2444. fileinput.nextfile(|) 
  2445. ;
  2446. [filter |G -> list, tuple, or string]
  2447. filter(|function or None, sequence) 
  2448. ;
  2449. [float |G -> floating point number]
  2450. float(|x) 
  2451. ;
  2452. [fnmatch.filter |G  Return the subset of the list NAMES that match PAT]
  2453. fnmatch.filter(|names, pat) 
  2454. ;
  2455. [fnmatch.fnmatch |G  Test whether FILENAME matches PATTERN.]
  2456. fnmatch.fnmatch(|name, pat) 
  2457. ;
  2458. [fnmatch.fnmatchcase |G  Test whether FILENAME matches PATTERN, including case.]
  2459. fnmatch.fnmatchcase(|name, pat) 
  2460. ;
  2461. [fnmatch.translate |G  Translate a shell PATTERN to a regular expression.]
  2462. fnmatch.translate(|pat) 
  2463. ;
  2464. [formatter.AbstractFormatter |G  The standard formatter.]
  2465. formatter.AbstractFormatter(|writer) 
  2466. ;
  2467. [formatter.AbstractWriter |G  A writer which can be used in debugging formatters, but not much else.]
  2468. formatter.AbstractWriter(|) 
  2469. ;
  2470. [formatter.DumbWriter |G  Simple writer class which writes output on the file object passed in]
  2471. formatter.DumbWriter(|file=None, maxcol=72) 
  2472. ;
  2473. [formatter.NullFormatter |G  A formatter which does nothing.]
  2474. formatter.NullFormatter(|writer=None) 
  2475. ;
  2476. [formatter.NullWriter |G  Minimal writer interface to use in testing & inheritance.]
  2477. formatter.NullWriter(|) 
  2478. ;
  2479. [formatter.test |G ]
  2480. formatter.test(|file = None)
  2481. ;
  2482. [fpformat.NotANumber |G {class}]
  2483. fpformat.NotANumber(|) 
  2484. ;
  2485. [fpformat.extract |G  Return (sign, intpart, fraction, expo) or raise an exception:]
  2486. fpformat.extract(|s) 
  2487. ;
  2488. [fpformat.fix |G  Format x as {-}ddd.ddd with 'digs' digits after the point]
  2489. fpformat.fix(|x, digs) 
  2490. ;
  2491. [fpformat.roundfrac |G  Round or extend the fraction to size digs.]
  2492. fpformat.roundfrac(|intpart, fraction, digs) 
  2493. ;
  2494. [fpformat.sci |G  Format x as {-}d.dddE{+-}ddd with 'digs' digits after the point]
  2495. fpformat.sci(|x, digs) 
  2496. ;
  2497. [fpformat.test |G  Interactive test run.]
  2498. fpformat.test(|) 
  2499. ;
  2500. [fpformat.unexpo |G  Remove the exponent by changing intpart and fraction.]
  2501. fpformat.unexpo(|intpart, fraction, expo) 
  2502. ;
  2503. [ftplib.Error |G {class}]
  2504. ftplib.Error(|) 
  2505. ;
  2506. [ftplib.FTP |G  An FTP client class.]
  2507. ftplib.FTP(|) 
  2508. ;
  2509. [ftplib.Netrc |G  Class to parse & provide access to 'netrc' format files.]
  2510. ftplib.Netrc(|filename=None) 
  2511. ;
  2512. [ftplib.error_perm |G {class}]
  2513. ftplib.error_perm(|) 
  2514. ;
  2515. [ftplib.error_proto |G {class}]
  2516. ftplib.error_proto(|) 
  2517. ;
  2518. [ftplib.error_reply |G {class}]
  2519. ftplib.error_reply(|) 
  2520. ;
  2521. [ftplib.error_temp |G {class}]
  2522. ftplib.error_temp(|) 
  2523. ;
  2524. [ftplib.ftpcp |G  Copy file from one FTP-instance to another.]
  2525. ftplib.ftpcp(|source, sourcename, target, targetname = '', type = 'I') 
  2526. ;
  2527. [ftplib.parse150 |G  Parse the '150' response for a RETR request.]
  2528. ftplib.parse150(|resp) 
  2529. ;
  2530. [ftplib.parse227 |G  Parse the '227' response for a PASV request.]
  2531. ftplib.parse227(|resp) 
  2532. ;
  2533. [ftplib.parse229 |G  Parse the '229' response for a EPSV request.]
  2534. ftplib.parse229(|resp, peer) 
  2535. ;
  2536. [ftplib.parse257 |G  Parse the '257' response for a MKD or PWD request.]
  2537. ftplib.parse257(|resp) 
  2538. ;
  2539. [ftplib.print_line |G  Default retrlines callback to print a line.]
  2540. ftplib.print_line(|line) 
  2541. ;
  2542. [ftplib.test |G  Test program.]
  2543. ftplib.test(|) 
  2544. ;
  2545. [gc.collect |G -> n]
  2546. gc.collect(|) 
  2547. ;
  2548. [gc.disable |G -> None]
  2549. gc.disable(|) 
  2550. ;
  2551. [gc.enable |G -> None]
  2552. gc.enable(|) 
  2553. ;
  2554. [gc.get_debug |G -> flags]
  2555. gc.get_debug(|) 
  2556. ;
  2557. [gc.get_objects |G -> {...}]
  2558. gc.get_objects(|) 
  2559. ;
  2560. [gc.get_referrers |G -> list]
  2561. gc.get_referrers(|*objs) 
  2562. ;
  2563. [gc.get_threshold |G -> (threshold0, threshold1, threshold2)]
  2564. gc.get_threshold(|) 
  2565. ;
  2566. [gc.isenabled |G -> status]
  2567. gc.isenabled(|) 
  2568. ;
  2569. [gc.set_debug |G -> None]
  2570. gc.set_debug(|flags) 
  2571. ;
  2572. [gc.set_threshold |G -> None]
  2573. gc.set_threshold(|threshold0, [threshold1, threshold2]) 
  2574. ;
  2575. [getattr |G -> value]
  2576. getattr(|object, name[, default]) 
  2577. ;
  2578. [getopt.GetoptError |G ]
  2579. getopt.GetoptError(|msg, opt)
  2580. ;
  2581. [getopt.do_longs |G ]
  2582. getopt.do_longs(|opts, opt, longopts, args)
  2583. ;
  2584. [getopt.do_shorts |G ]
  2585. getopt.do_shorts(|opts, optstring, shortopts, args)
  2586. ;
  2587. [getopt.error |G {class}]
  2588. getopt.error(|) 
  2589. ;
  2590. [getopt.getopt |G -> opts, args]
  2591. getopt.getopt(|args, options[, long_options]) 
  2592. ;
  2593. [getopt.long_has_args |G ]
  2594. getopt.long_has_args(|opt, longopts)
  2595. ;
  2596. [getopt.short_has_arg |G ]
  2597. getopt.short_has_arg(|opt, shortopts)
  2598. ;
  2599. [getpass._raw_input |G ]
  2600. getpass._raw_input(|prompt="")
  2601. ;
  2602. [getpass.default_getpass |G ]
  2603. getpass.default_getpass(|prompt='Password: ')
  2604. ;
  2605. [getpass.getpass |G  Prompt for password with echo off, using Windows getch().]
  2606. getpass.getpass(|) 
  2607. ;
  2608. [getpass.getuser |G  Get the username from the environment or password database.]
  2609. getpass.getuser(|) 
  2610. ;
  2611. [getpass.unix_getpass |G  Prompt for a password, with echo turned off.]
  2612. getpass.unix_getpass(|prompt='Password: ') 
  2613. ;
  2614. [getpass.win_getpass |G  Prompt for password with echo off, using Windows getch().]
  2615. getpass.win_getpass(|prompt='Password: ') 
  2616. ;
  2617. [gettext.Catalog |G {function}]
  2618. gettext.Catalog(|) 
  2619. ;
  2620. [gettext.GNUTranslations |G {class}]
  2621. gettext.GNUTranslations(|) 
  2622. ;
  2623. [gettext.NullTranslations |G ]
  2624. gettext.NullTranslations(|fp=None)
  2625. ;
  2626. [gettext._expand_lang |G ]
  2627. gettext._expand_lang(|locale)
  2628. ;
  2629. [gettext.bindtextdomain |G ]
  2630. gettext.bindtextdomain(|domain, localedir=None)
  2631. ;
  2632. [gettext.dgettext |G ]
  2633. gettext.dgettext(|domain, message)
  2634. ;
  2635. [gettext.find |G ]
  2636. gettext.find(|domain, localedir=None, languages=None)
  2637. ;
  2638. [gettext.gettext |G ]
  2639. gettext.gettext(|message)
  2640. ;
  2641. [gettext.install |G ]
  2642. gettext.install(|domain, localedir=None, unicode=0)
  2643. ;
  2644. [gettext.textdomain |G ]
  2645. gettext.textdomain(|domain=None)
  2646. ;
  2647. [gettext.translation |G {function}]
  2648. gettext.translation(|) 
  2649. ;
  2650. [glob.glob |G  Return a list of paths matching a pathname pattern.]
  2651. glob.glob(|pathname) 
  2652. ;
  2653. [glob.glob1 |G ]
  2654. glob.glob1(|dirname, pattern)
  2655. ;
  2656. [glob.has_magic |G ]
  2657. glob.has_magic(|s)
  2658. ;
  2659. [globals |G -> dictionary]
  2660. globals(|) 
  2661. ;
  2662. [gopherlib.get_alt_binary |G  Get a binary file and pass each block to a function.]
  2663. gopherlib.get_alt_binary(|f, func, blocksize) 
  2664. ;
  2665. [gopherlib.get_alt_textfile |G  Get a text file and pass each line to a function, with trailing CRLF stripped.]
  2666. gopherlib.get_alt_textfile(|f, func) 
  2667. ;
  2668. [gopherlib.get_binary |G  Get a binary file as one solid data block.]
  2669. gopherlib.get_binary(|f) 
  2670. ;
  2671. [gopherlib.get_directory |G  Get a directory in the form of a list of entries.]
  2672. gopherlib.get_directory(|f) 
  2673. ;
  2674. [gopherlib.get_textfile |G  Get a text file as a list of lines, with trailing CRLF stripped.]
  2675. gopherlib.get_textfile(|f) 
  2676. ;
  2677. [gopherlib.path_to_datatype_name |G  Takes a path as returned by urlparse and maps it to a string.]
  2678. gopherlib.path_to_datatype_name(|path) 
  2679. ;
  2680. [gopherlib.path_to_selector |G  Takes a path as returned by urlparse and returns the appropriate selector.]
  2681. gopherlib.path_to_selector(|path) 
  2682. ;
  2683. [gopherlib.send_query |G  Send a selector and a query string.]
  2684. gopherlib.send_query(|selector, query, host, port = 0) 
  2685. ;
  2686. [gopherlib.send_selector |G  Send a selector to a given host and port, return a file with the reply.]
  2687. gopherlib.send_selector(|selector, host, port = 0) 
  2688. ;
  2689. [gopherlib.test |G  Trivial test program.]
  2690. gopherlib.test(|) 
  2691. ;
  2692. [gopherlib.type_to_name |G  Map all file types to strings; unknown types become TYPE='x'.]
  2693. gopherlib.type_to_name(|gtype) 
  2694. ;
  2695. [gzip.GzipFile |G {class}]
  2696. gzip.GzipFile(|) 
  2697. ;
  2698. [gzip._test |G ]
  2699. gzip._test(|)
  2700. ;
  2701. [gzip.open |G ]
  2702. gzip.open(|filename, mode="rb", compresslevel=9)
  2703. ;
  2704. [gzip.read32 |G ]
  2705. gzip.read32(|input)
  2706. ;
  2707. [gzip.write32 |G ]
  2708. gzip.write32(|output, value)
  2709. ;
  2710. [gzip.write32u |G ]
  2711. gzip.write32u(|output, value)
  2712. ;
  2713. [hasattr |G -> Boolean]
  2714. hasattr(|object, name) 
  2715. ;
  2716. [hash |G -> integer]
  2717. hash(|object) 
  2718. ;
  2719. [hex |G -> string]
  2720. hex(|number) 
  2721. ;
  2722. [hmac.HMAC |G  RFC2104 HMAC class.]
  2723. hmac.HMAC(|key, msg = None, digestmod = None) 
  2724. ;
  2725. [hmac._strxor |G  Utility method. XOR the two strings s1 and s2 (must have same length).]
  2726. hmac._strxor(|s1, s2) 
  2727. ;
  2728. [hmac.new |G  Create a new hashing object and return it.]
  2729. hmac.new(|key, msg = None, digestmod = None) 
  2730. ;
  2731. [hotshot.Profile |G ]
  2732. hotshot.Profile(|logfn, lineevents=0, linetimings=1)
  2733. ;
  2734. [hotshot.ProfilerError |G {class}]
  2735. hotshot.ProfilerError(|) 
  2736. ;
  2737. [hotshot.log.LogReader |G ]
  2738. hotshot.log.LogReader(|logfn)
  2739. ;
  2740. [hotshot.stats.FakeCode |G ]
  2741. hotshot.stats.FakeCode(|filename, firstlineno, funcname)
  2742. ;
  2743. [hotshot.stats.FakeFrame |G ]
  2744. hotshot.stats.FakeFrame(|code, back)
  2745. ;
  2746. [hotshot.stats.Profile |G {class}]
  2747. hotshot.stats.Profile(|) 
  2748. ;
  2749. [hotshot.stats.StatsLoader |G ]
  2750. hotshot.stats.StatsLoader(|logfn)
  2751. ;
  2752. [hotshot.stats._brokentimer |G ]
  2753. hotshot.stats._brokentimer(|)
  2754. ;
  2755. [hotshot.stats.load |G ]
  2756. hotshot.stats.load(|filename)
  2757. ;
  2758. [htmllib.HTMLParser |G  This is the basic HTML parser class.]
  2759. htmllib.HTMLParser(|formatter, verbose=0) 
  2760. ;
  2761. [htmllib.SGMLParser |G {class}]
  2762. htmllib.SGMLParser(|) 
  2763. ;
  2764. [htmllib.test |G ]
  2765. htmllib.test(|args = None)
  2766. ;
  2767. [httplib.BadStatusLine |G ]
  2768. httplib.BadStatusLine(|line)
  2769. ;
  2770. [httplib.CannotSendHeader |G {class}]
  2771. httplib.CannotSendHeader(|) 
  2772. ;
  2773. [httplib.CannotSendRequest |G {class}]
  2774. httplib.CannotSendRequest(|) 
  2775. ;
  2776. [httplib.FakeSocket |G ]
  2777. httplib.FakeSocket(|sock, ssl)
  2778. ;
  2779. [httplib.HTTP |G  Compatibility class with httplib.py from 1.5.]
  2780. httplib.HTTP(|host='', port=None, strict=None) 
  2781. ;
  2782. [httplib.HTTPConnection |G ]
  2783. httplib.HTTPConnection(|host, port=None, strict=None)
  2784. ;
  2785. [httplib.HTTPException |G {class}]
  2786. httplib.HTTPException(|) 
  2787. ;
  2788. [httplib.HTTPMessage |G {class}]
  2789. httplib.HTTPMessage(|) 
  2790. ;
  2791. [httplib.HTTPResponse |G ]
  2792. httplib.HTTPResponse(|sock, debuglevel=0, strict=0)
  2793. ;
  2794. [httplib.HTTPSConnection |G  This class allows communication via SSL.]
  2795. httplib.HTTPSConnection(|) 
  2796. ;
  2797. [httplib.ImproperConnectionState |G {class}]
  2798. httplib.ImproperConnectionState(|) 
  2799. ;
  2800. [httplib.IncompleteRead |G ]
  2801. httplib.IncompleteRead(|partial)
  2802. ;
  2803. [httplib.InvalidURL |G {class}]
  2804. httplib.InvalidURL(|) 
  2805. ;
  2806. [httplib.LineAndFileWrapper |G  A limited file-like object for HTTP/0.9 responses.]
  2807. httplib.LineAndFileWrapper(|line, file) 
  2808. ;
  2809. [httplib.NotConnected |G {class}]
  2810. httplib.NotConnected(|) 
  2811. ;
  2812. [httplib.ResponseNotReady |G {class}]
  2813. httplib.ResponseNotReady(|) 
  2814. ;
  2815. [httplib.SSLFile |G  File-like object wrapping an SSL socket.]
  2816. httplib.SSLFile(|sock, ssl, bufsize=None) 
  2817. ;
  2818. [httplib.SharedSocket |G ]
  2819. httplib.SharedSocket(|sock)
  2820. ;
  2821. [httplib.SharedSocketClient |G ]
  2822. httplib.SharedSocketClient(|shared)
  2823. ;
  2824. [httplib.StringIO |G -- Return a StringIO-like stream for reading or writing]
  2825. httplib.StringIO(|[s]) 
  2826. ;
  2827. [httplib.UnimplementedFileMode |G {class}]
  2828. httplib.UnimplementedFileMode(|) 
  2829. ;
  2830. [httplib.UnknownProtocol |G ]
  2831. httplib.UnknownProtocol(|version)
  2832. ;
  2833. [httplib.UnknownTransferEncoding |G {class}]
  2834. httplib.UnknownTransferEncoding(|) 
  2835. ;
  2836. [httplib.error |G {class}]
  2837. httplib.error(|) 
  2838. ;
  2839. [httplib.test |G  Test this module.]
  2840. httplib.test(|) 
  2841. ;
  2842. [httplib.urlsplit |G  Parse a URL into 5 components:]
  2843. httplib.urlsplit(|) 
  2844. ;
  2845. [id |G -> integer]
  2846. id(|object) 
  2847. ;
  2848. [ihooks.BasicModuleImporter |G  Basic module importer; uses module loader.]
  2849. ihooks.BasicModuleImporter(|loader = None, verbose = VERBOSE) 
  2850. ;
  2851. [ihooks.BasicModuleLoader |G  Basic module loader.]
  2852. ihooks.BasicModuleLoader(|) 
  2853. ;
  2854. [ihooks.FancyModuleLoader |G  Fancy module loader -- parses and execs the code itself.]
  2855. ihooks.FancyModuleLoader(|) 
  2856. ;
  2857. [ihooks.Hooks |G  Hooks into the filesystem and interpreter.]
  2858. ihooks.Hooks(|) 
  2859. ;
  2860. [ihooks.ModuleImporter |G  A module importer that supports packages.]
  2861. ihooks.ModuleImporter(|) 
  2862. ;
  2863. [ihooks.ModuleLoader |G  Default module loader; uses file system hooks.]
  2864. ihooks.ModuleLoader(|hooks = None, verbose = VERBOSE) 
  2865. ;
  2866. [ihooks._Verbose |G ]
  2867. ihooks._Verbose(|verbose = VERBOSE)
  2868. ;
  2869. [ihooks.install |G ]
  2870. ihooks.install(|importer = None)
  2871. ;
  2872. [ihooks.uninstall |G ]
  2873. ihooks.uninstall(|)
  2874. ;
  2875. [imageop.error |G {class}]
  2876. imageop.error(|) 
  2877. ;
  2878. [imaplib.IMAP4 |G  IMAP4 client class.]
  2879. imaplib.IMAP4(|host = '', port = IMAP4_PORT) 
  2880. ;
  2881. [imaplib.Int2AP |G  Convert integer to A-P string representation.]
  2882. imaplib.Int2AP(|num) 
  2883. ;
  2884. [imaplib.Internaldate2tuple |G  Convert IMAP4 INTERNALDATE to UT.]
  2885. imaplib.Internaldate2tuple(|resp) 
  2886. ;
  2887. [imaplib.ParseFlags |G  Convert IMAP4 flags response to python tuple.]
  2888. imaplib.ParseFlags(|resp) 
  2889. ;
  2890. [imaplib.Time2Internaldate |G  Convert 'date_time' to IMAP4 INTERNALDATE representation.]
  2891. imaplib.Time2Internaldate(|date_time) 
  2892. ;
  2893. [imaplib._Authenticator |G  Private class to provide en/decoding]
  2894. imaplib._Authenticator(|mechinst) 
  2895. ;
  2896. [imaplib._dump_ur |G {function}]
  2897. imaplib._dump_ur(|) 
  2898. ;
  2899. [imaplib._log |G {function}]
  2900. imaplib._log(|) 
  2901. ;
  2902. [imaplib._mesg |G {function}]
  2903. imaplib._mesg(|) 
  2904. ;
  2905. [imaplib.print_log |G {function}]
  2906. imaplib.print_log(|) 
  2907. ;
  2908. [imghdr.test |G ]
  2909. imghdr.test(|)
  2910. ;
  2911. [imghdr.test_bmp |G ]
  2912. imghdr.test_bmp(|h, f)
  2913. ;
  2914. [imghdr.test_gif |G  GIF ('87 and '89 variants)]
  2915. imghdr.test_gif(|h, f) 
  2916. ;
  2917. [imghdr.test_jpeg |G  JPEG data in JFIF format]
  2918. imghdr.test_jpeg(|h, f) 
  2919. ;
  2920. [imghdr.test_pbm |G  PBM (portable bitmap)]
  2921. imghdr.test_pbm(|h, f) 
  2922. ;
  2923. [imghdr.test_pgm |G  PGM (portable graymap)]
  2924. imghdr.test_pgm(|h, f) 
  2925. ;
  2926. [imghdr.test_png |G ]
  2927. imghdr.test_png(|h, f)
  2928. ;
  2929. [imghdr.test_ppm |G  PPM (portable pixmap)]
  2930. imghdr.test_ppm(|h, f) 
  2931. ;
  2932. [imghdr.test_rast |G  Sun raster file]
  2933. imghdr.test_rast(|h, f) 
  2934. ;
  2935. [imghdr.test_rgb |G  SGI image library]
  2936. imghdr.test_rgb(|h, f) 
  2937. ;
  2938. [imghdr.test_tiff |G  TIFF (can be in Motorola or Intel byte order)]
  2939. imghdr.test_tiff(|h, f) 
  2940. ;
  2941. [imghdr.test_xbm |G  X bitmap (X10 or X11)]
  2942. imghdr.test_xbm(|h, f) 
  2943. ;
  2944. [imghdr.testall |G ]
  2945. imghdr.testall(|list, recursive, toplevel)
  2946. ;
  2947. [imghdr.what |G ]
  2948. imghdr.what(|file, h=None)
  2949. ;
  2950. [imp.find_module |G -> (file, filename, (suffix, mode, type))]
  2951. imp.find_module(|name, [path]) 
  2952. ;
  2953. [imp.get_magic |G -> string]
  2954. imp.get_magic(|) 
  2955. ;
  2956. [imp.get_suffixes |G -> {(suffix, mode, type), ...}]
  2957. imp.get_suffixes(|) 
  2958. ;
  2959. [imp.load_module |G -> module]
  2960. imp.load_module(|name, file, filename, (suffix, mode, type)) 
  2961. ;
  2962. [imp.lock_held |G -> 0 or 1]
  2963. imp.lock_held(|) 
  2964. ;
  2965. [imp.new_module |G -> module]
  2966. imp.new_module(|name) 
  2967. ;
  2968. [imputil.BuiltinImporter |G {class}]
  2969. imputil.BuiltinImporter(|) 
  2970. ;
  2971. [imputil.DynLoadSuffixImporter |G ]
  2972. imputil.DynLoadSuffixImporter(|desc)
  2973. ;
  2974. [imputil.ImportManager |G  Manage the import process.]
  2975. imputil.ImportManager(|fs_imp=None) 
  2976. ;
  2977. [imputil.Importer |G  Base class for replacing standard import functions.]
  2978. imputil.Importer(|) 
  2979. ;
  2980. [imputil._FilesystemImporter |G {class}]
  2981. imputil._FilesystemImporter(|) 
  2982. ;
  2983. [imputil._compile |G  Compile (and cache) a Python source file.]
  2984. imputil._compile(|pathname, timestamp) 
  2985. ;
  2986. [imputil._os_bootstrap |G  Set up 'os' module replacement functions for use during import bootstrap.]
  2987. imputil._os_bootstrap(|) 
  2988. ;
  2989. [imputil._os_path_isdir |G  Local replacement for os.path.isdir().]
  2990. imputil._os_path_isdir(|pathname) 
  2991. ;
  2992. [imputil._print_importers |G ]
  2993. imputil._print_importers(|)
  2994. ;
  2995. [imputil._test_revamp |G ]
  2996. imputil._test_revamp(|)
  2997. ;
  2998. [imputil._timestamp |G  Return the file modification time as a Long.]
  2999. imputil._timestamp(|pathname) 
  3000. ;
  3001. [imputil.py_suffix_importer |G ]
  3002. imputil.py_suffix_importer(|filename, finfo, fqname)
  3003. ;
  3004. [input |G -> value]
  3005. input(|[prompt]) 
  3006. ;
  3007. [inspect.BlockFinder |G  Provide a tokeneater() method to detect the end of a code block.]
  3008. inspect.BlockFinder(|) 
  3009. ;
  3010. [inspect.EndOfBlock |G {class}]
  3011. inspect.EndOfBlock(|) 
  3012. ;
  3013. [inspect.ListReader |G  Provide a readline() method to return lines from a list of strings.]
  3014. inspect.ListReader(|lines) 
  3015. ;
  3016. [inspect._searchbases |G ]
  3017. inspect._searchbases(|cls, accum)
  3018. ;
  3019. [inspect.classify_class_attrs |G  Return list of attribute-descriptor tuples.]
  3020. inspect.classify_class_attrs(|cls) 
  3021. ;
  3022. [inspect.findsource |G  Return the entire source file and starting line number for an object.]
  3023. inspect.findsource(|object) 
  3024. ;
  3025. [inspect.formatargspec |G  Format an argument spec from the 4 values returned by getargspec.]
  3026. inspect.formatargspec(|) 
  3027. ;
  3028. [inspect.formatargvalues |G  Format an argument spec from the 4 values returned by getargvalues.]
  3029. inspect.formatargvalues(|) 
  3030. ;
  3031. [inspect.getabsfile |G  Return an absolute path to the source or compiled file for an object.]
  3032. inspect.getabsfile(|object) 
  3033. ;
  3034. [inspect.getargs |G  Get information about the arguments accepted by a code object.]
  3035. inspect.getargs(|co) 
  3036. ;
  3037. [inspect.getargspec |G  Get the names and default values of a function's arguments.]
  3038. inspect.getargspec(|func) 
  3039. ;
  3040. [inspect.getargvalues |G  Get information about arguments passed into a particular frame.]
  3041. inspect.getargvalues(|frame) 
  3042. ;
  3043. [inspect.getblock |G  Extract the block of code at the top of the given list of lines.]
  3044. inspect.getblock(|lines) 
  3045. ;
  3046. [inspect.getclasstree |G  Arrange the given list of classes into a hierarchy of nested lists.]
  3047. inspect.getclasstree(|classes, unique=0) 
  3048. ;
  3049. [inspect.getcomments |G  Get lines of comments immediately preceding an object's source code.]
  3050. inspect.getcomments(|object) 
  3051. ;
  3052. [inspect.getdoc |G  Get the documentation string for an object.]
  3053. inspect.getdoc(|object) 
  3054. ;
  3055. [inspect.getfile |G  Work out which source or compiled file an object was defined in.]
  3056. inspect.getfile(|object) 
  3057. ;
  3058. [inspect.getframeinfo |G  Get information about a frame or traceback object.]
  3059. inspect.getframeinfo(|frame, context=1) 
  3060. ;
  3061. [inspect.getinnerframes |G  Get a list of records for a traceback's frame and all lower frames.]
  3062. inspect.getinnerframes(|tb, context=1) 
  3063. ;
  3064. [inspect.getlineno |G  Get the line number from a frame object, allowing for optimization.]
  3065. inspect.getlineno(|frame) 
  3066. ;
  3067. [inspect.getmembers |G  Return all members of an object as (name, value) pairs sorted by name.]
  3068. inspect.getmembers(|object, predicate=None) 
  3069. ;
  3070. [inspect.getmodule |G  Return the module an object was defined in, or None if not found.]
  3071. inspect.getmodule(|object) 
  3072. ;
  3073. [inspect.getmoduleinfo |G  Get the module name, suffix, mode, and module type for a given file.]
  3074. inspect.getmoduleinfo(|path) 
  3075. ;
  3076. [inspect.getmodulename |G  Return the module name for a given file, or None.]
  3077. inspect.getmodulename(|path) 
  3078. ;
  3079. [inspect.getmro |G  Return tuple of base classes (including cls) in method resolution order.]
  3080. inspect.getmro(|cls) 
  3081. ;
  3082. [inspect.getouterframes |G  Get a list of records for a frame and all higher (calling) frames.]
  3083. inspect.getouterframes(|frame, context=1) 
  3084. ;
  3085. [inspect.getsource |G  Return the text of the source code for an object.]
  3086. inspect.getsource(|object) 
  3087. ;
  3088. [inspect.getsourcefile |G  Return the Python source file an object was defined in, if it exists.]
  3089. inspect.getsourcefile(|object) 
  3090. ;
  3091. [inspect.getsourcelines |G  Return a list of source lines and starting line number for an object.]
  3092. inspect.getsourcelines(|object) 
  3093. ;
  3094. [inspect.indentsize |G  Return the indent size, in spaces, at the start of a line of text.]
  3095. inspect.indentsize(|line) 
  3096. ;
  3097. [inspect.isbuiltin |G  Return true if the object is a built-in function or method.]
  3098. inspect.isbuiltin(|object) 
  3099. ;
  3100. [inspect.isclass |G  Return true if the object is a class.]
  3101. inspect.isclass(|object) 
  3102. ;
  3103. [inspect.iscode |G  Return true if the object is a code object.]
  3104. inspect.iscode(|object) 
  3105. ;
  3106. [inspect.isframe |G  Return true if the object is a frame object.]
  3107. inspect.isframe(|object) 
  3108. ;
  3109. [inspect.isfunction |G  Return true if the object is a user-defined function.]
  3110. inspect.isfunction(|object) 
  3111. ;
  3112. [inspect.ismethod |G  Return true if the object is an instance method.]
  3113. inspect.ismethod(|object) 
  3114. ;
  3115. [inspect.ismethoddescriptor |G  Return true if the object is a method descriptor.]
  3116. inspect.ismethoddescriptor(|object) 
  3117. ;
  3118. [inspect.ismodule |G  Return true if the object is a module.]
  3119. inspect.ismodule(|object) 
  3120. ;
  3121. [inspect.isroutine |G  Return true if the object is any kind of function or method.]
  3122. inspect.isroutine(|object) 
  3123. ;
  3124. [inspect.istraceback |G  Return true if the object is a traceback.]
  3125. inspect.istraceback(|object) 
  3126. ;
  3127. [inspect.joinseq |G ]
  3128. inspect.joinseq(|seq)
  3129. ;
  3130. [inspect.stack |G  Return a list of records for the stack above the caller's frame.]
  3131. inspect.stack(|context=1) 
  3132. ;
  3133. [inspect.strseq |G  Recursively walk a sequence, stringifying each element.]
  3134. inspect.strseq(|object, convert, join=joinseq) 
  3135. ;
  3136. [inspect.trace |G  Return a list of records for the stack below the current exception.]
  3137. inspect.trace(|context=1) 
  3138. ;
  3139. [inspect.walktree |G  Recursive helper function for getclasstree().]
  3140. inspect.walktree(|classes, children, parent) 
  3141. ;
  3142. [int |G -> integer]
  3143. int(|x[, base]) 
  3144. ;
  3145. [intern |G -> string]
  3146. intern(|string) 
  3147. ;
  3148. [isinstance |G -> Boolean]
  3149. isinstance(|object, class-or-type-or-tuple) 
  3150. ;
  3151. [issubclass |G -> Boolean]
  3152. issubclass(|C, B) 
  3153. ;
  3154. [iter |G -> iterator]
  3155. iter(|collection) 
  3156. ;
  3157. [keyword.main |G ]
  3158. keyword.main(|)
  3159. ;
  3160. [knee.determine_parent |G ]
  3161. knee.determine_parent(|globals)
  3162. ;
  3163. [knee.ensure_fromlist |G ]
  3164. knee.ensure_fromlist(|m, fromlist, recursive=0)
  3165. ;
  3166. [knee.find_head_package |G ]
  3167. knee.find_head_package(|parent, name)
  3168. ;
  3169. [knee.import_hook |G ]
  3170. knee.import_hook(|name, globals=None, locals=None, fromlist=None)
  3171. ;
  3172. [knee.import_module |G ]
  3173. knee.import_module(|partname, fqname, parent)
  3174. ;
  3175. [knee.load_tail |G ]
  3176. knee.load_tail(|q, tail)
  3177. ;
  3178. [knee.reload_hook |G ]
  3179. knee.reload_hook(|module)
  3180. ;
  3181. [len |G -> integer]
  3182. len(|object) 
  3183. ;
  3184. [linecache.S_IFMT |G {function}]
  3185. linecache.S_IFMT(|) 
  3186. ;
  3187. [linecache.S_IMODE |G {function}]
  3188. linecache.S_IMODE(|) 
  3189. ;
  3190. [linecache.S_ISBLK |G {function}]
  3191. linecache.S_ISBLK(|) 
  3192. ;
  3193. [linecache.S_ISCHR |G {function}]
  3194. linecache.S_ISCHR(|) 
  3195. ;
  3196. [linecache.S_ISDIR |G {function}]
  3197. linecache.S_ISDIR(|) 
  3198. ;
  3199. [linecache.S_ISFIFO |G {function}]
  3200. linecache.S_ISFIFO(|) 
  3201. ;
  3202. [linecache.S_ISLNK |G {function}]
  3203. linecache.S_ISLNK(|) 
  3204. ;
  3205. [linecache.S_ISREG |G {function}]
  3206. linecache.S_ISREG(|) 
  3207. ;
  3208. [linecache.S_ISSOCK |G {function}]
  3209. linecache.S_ISSOCK(|) 
  3210. ;
  3211. [linecache.checkcache |G  Discard cache entries that are out of date.]
  3212. linecache.checkcache(|) 
  3213. ;
  3214. [linecache.clearcache |G  Clear the cache entirely.]
  3215. linecache.clearcache(|) 
  3216. ;
  3217. [linecache.getline |G ]
  3218. linecache.getline(|filename, lineno)
  3219. ;
  3220. [linecache.getlines |G  Get the lines for a file from the cache.]
  3221. linecache.getlines(|filename) 
  3222. ;
  3223. [linecache.updatecache |G  Update a cache entry and return its list of lines.]
  3224. linecache.updatecache(|filename) 
  3225. ;
  3226. [list |G -> new list]
  3227. list(|) 
  3228. ;
  3229. [locale.Error |G {class}]
  3230. locale.Error(|) 
  3231. ;
  3232. [locale._build_localename |G  Builds a locale code from the given tuple (language code,]
  3233. locale._build_localename(|localetuple) 
  3234. ;
  3235. [locale._group |G ]
  3236. locale._group(|s)
  3237. ;
  3238. [locale._parse_localename |G  Parses the locale code for localename and returns the]
  3239. locale._parse_localename(|localename) 
  3240. ;
  3241. [locale._print_locale |G  Test function.]
  3242. locale._print_locale(|) 
  3243. ;
  3244. [locale._test |G ]
  3245. locale._test(|)
  3246. ;
  3247. [locale.atof |G  Parses a string as a float according to the locale settings.]
  3248. locale.atof(|str,func=float) 
  3249. ;
  3250. [locale.atoi |G  Converts a string to an integer according to the locale settings.]
  3251. locale.atoi(|str) 
  3252. ;
  3253. [locale.format |G  Formats a value in the same way that the % formatting would use,]
  3254. locale.format(|f,val,grouping=0) 
  3255. ;
  3256. [locale.getdefaultlocale |G  Tries to determine the default locale settings and returns]
  3257. locale.getdefaultlocale(|envvars=('LANGUAGE', 'LC_ALL', 'LC_CTYPE', 'LANG')) 
  3258. ;
  3259. [locale.getlocale |G  Returns the current setting for the given locale category as]
  3260. locale.getlocale(|category=LC_CTYPE) 
  3261. ;
  3262. [locale.normalize |G  Returns a normalized locale code for the given locale]
  3263. locale.normalize(|localename) 
  3264. ;
  3265. [locale.resetlocale |G  Sets the locale for category to the default setting.]
  3266. locale.resetlocale(|category=LC_ALL) 
  3267. ;
  3268. [locale.setlocale |G  Set the locale for the given category.  The locale can be]
  3269. locale.setlocale(|category, locale=None) 
  3270. ;
  3271. [locale.str |G  Convert float to integer, taking the locale into account.]
  3272. locale.str(|val) 
  3273. ;
  3274. [locals |G -> dictionary]
  3275. locals(|) 
  3276. ;
  3277. [long |G -> integer]
  3278. long(|x[, base]) 
  3279. ;
  3280. [macpath.S_IFMT |G {function}]
  3281. macpath.S_IFMT(|) 
  3282. ;
  3283. [macpath.S_IMODE |G {function}]
  3284. macpath.S_IMODE(|) 
  3285. ;
  3286. [macpath.S_ISBLK |G {function}]
  3287. macpath.S_ISBLK(|) 
  3288. ;
  3289. [macpath.S_ISCHR |G {function}]
  3290. macpath.S_ISCHR(|) 
  3291. ;
  3292. [macpath.S_ISDIR |G {function}]
  3293. macpath.S_ISDIR(|) 
  3294. ;
  3295. [macpath.S_ISFIFO |G {function}]
  3296. macpath.S_ISFIFO(|) 
  3297. ;
  3298. [macpath.S_ISLNK |G {function}]
  3299. macpath.S_ISLNK(|) 
  3300. ;
  3301. [macpath.S_ISREG |G {function}]
  3302. macpath.S_ISREG(|) 
  3303. ;
  3304. [macpath.S_ISSOCK |G {function}]
  3305. macpath.S_ISSOCK(|) 
  3306. ;
  3307. [macpath.abspath |G  Return an absolute path.]
  3308. macpath.abspath(|path) 
  3309. ;
  3310. [macpath.basename |G ]
  3311. macpath.basename(|s)
  3312. ;
  3313. [macpath.commonprefix |G  Given a list of pathnames, returns the longest common leading component]
  3314. macpath.commonprefix(|m) 
  3315. ;
  3316. [macpath.dirname |G ]
  3317. macpath.dirname(|s)
  3318. ;
  3319. [macpath.exists |G  Return true if the pathname refers to an existing file or directory.]
  3320. macpath.exists(|s) 
  3321. ;
  3322. [macpath.expanduser |G  Dummy to retain interface-compatibility with other operating systems.]
  3323. macpath.expanduser(|path) 
  3324. ;
  3325. [macpath.expandvars |G  Dummy to retain interface-compatibility with other operating systems.]
  3326. macpath.expandvars(|path) 
  3327. ;
  3328. [macpath.getatime |G  Return the last access time of a file, reported by os.stat().]
  3329. macpath.getatime(|filename) 
  3330. ;
  3331. [macpath.getmtime |G  Return the last modification time of a file, reported by os.stat().]
  3332. macpath.getmtime(|filename) 
  3333. ;
  3334. [macpath.getsize |G  Return the size of a file, reported by os.stat().]
  3335. macpath.getsize(|filename) 
  3336. ;
  3337. [macpath.isabs |G  Return true if a path is absolute.]
  3338. macpath.isabs(|s) 
  3339. ;
  3340. [macpath.isdir |G  Return true if the pathname refers to an existing directory.]
  3341. macpath.isdir(|s) 
  3342. ;
  3343. [macpath.isfile |G  Return true if the pathname refers to an existing regular file.]
  3344. macpath.isfile(|s) 
  3345. ;
  3346. [macpath.islink |G  Return true if the pathname refers to a symbolic link.]
  3347. macpath.islink(|s) 
  3348. ;
  3349. [macpath.join |G ]
  3350. macpath.join(|s, *p)
  3351. ;
  3352. [macpath.normcase |G ]
  3353. macpath.normcase(|path)
  3354. ;
  3355. [macpath.normpath |G  Normalize a pathname.  Will return the same result for]
  3356. macpath.normpath(|s) 
  3357. ;
  3358. [macpath.realpath |G  Return an absolute path.]
  3359. macpath.realpath(|) 
  3360. ;
  3361. [macpath.split |G  Split a pathname into two parts: the directory leading up to the final]
  3362. macpath.split(|s) 
  3363. ;
  3364. [macpath.splitdrive |G  Split a pathname into a drive specification and the rest of the]
  3365. macpath.splitdrive(|p) 
  3366. ;
  3367. [macpath.splitext |G  Split a path into root and extension.]
  3368. macpath.splitext(|p) 
  3369. ;
  3370. [macpath.walk |G  Directory tree walk with callback function.]
  3371. macpath.walk(|top, func, arg) 
  3372. ;
  3373. [macurl2path._pncomp2url |G ]
  3374. macurl2path._pncomp2url(|component)
  3375. ;
  3376. [macurl2path.pathname2url |G  convert mac pathname to /-delimited pathname]
  3377. macurl2path.pathname2url(|pathname) 
  3378. ;
  3379. [macurl2path.test |G ]
  3380. macurl2path.test(|)
  3381. ;
  3382. [macurl2path.url2pathname |G  Convert /-delimited pathname to mac pathname]
  3383. macurl2path.url2pathname(|pathname) 
  3384. ;
  3385. [mailbox.BabylMailbox |G {class}]
  3386. mailbox.BabylMailbox(|) 
  3387. ;
  3388. [mailbox.MHMailbox |G ]
  3389. mailbox.MHMailbox(|dirname, factory=rfc822.Message)
  3390. ;
  3391. [mailbox.Maildir |G ]
  3392. mailbox.Maildir(|dirname, factory=rfc822.Message)
  3393. ;
  3394. [mailbox.MmdfMailbox |G {class}]
  3395. mailbox.MmdfMailbox(|) 
  3396. ;
  3397. [mailbox.PortableUnixMailbox |G {class}]
  3398. mailbox.PortableUnixMailbox(|) 
  3399. ;
  3400. [mailbox.UnixMailbox |G {class}]
  3401. mailbox.UnixMailbox(|) 
  3402. ;
  3403. [mailbox._Mailbox |G ]
  3404. mailbox._Mailbox(|fp, factory=rfc822.Message)
  3405. ;
  3406. [mailbox._Subfile |G ]
  3407. mailbox._Subfile(|fp, start, stop)
  3408. ;
  3409. [mailbox._test |G ]
  3410. mailbox._test(|)
  3411. ;
  3412. [mailcap.findmatch |G  Find a match for a mailcap entry.]
  3413. mailcap.findmatch(|caps, MIMEtype, key='view', filename="/dev/null", plist=[]) 
  3414. ;
  3415. [mailcap.findparam |G ]
  3416. mailcap.findparam(|name, plist)
  3417. ;
  3418. [mailcap.getcaps |G  Return a dictionary containing the mailcap database.]
  3419. mailcap.getcaps(|) 
  3420. ;
  3421. [mailcap.listmailcapfiles |G  Return a list of all mailcap files found on the system.]
  3422. mailcap.listmailcapfiles(|) 
  3423. ;
  3424. [mailcap.lookup |G ]
  3425. mailcap.lookup(|caps, MIMEtype, key=None)
  3426. ;
  3427. [mailcap.parsefield |G  Separate one key-value pair in a mailcap entry.]
  3428. mailcap.parsefield(|line, i, n) 
  3429. ;
  3430. [mailcap.parseline |G  Parse one entry in a mailcap file and return a dictionary.]
  3431. mailcap.parseline(|line) 
  3432. ;
  3433. [mailcap.readmailcapfile |G  Read a mailcap file and return a dictionary keyed by MIME type.]
  3434. mailcap.readmailcapfile(|fp) 
  3435. ;
  3436. [mailcap.show |G ]
  3437. mailcap.show(|caps)
  3438. ;
  3439. [mailcap.subst |G ]
  3440. mailcap.subst(|field, MIMEtype, filename, plist=[])
  3441. ;
  3442. [mailcap.test |G ]
  3443. mailcap.test(|)
  3444. ;
  3445. [map |G -> list]
  3446. map(|function, sequence[, sequence, ...]) 
  3447. ;
  3448. [markupbase.ParserBase |G  Parser base class which provides some common support methods used]
  3449. markupbase.ParserBase(|) 
  3450. ;
  3451. [math.acos |G Return the arc cosine (measured in radians) of x.]
  3452. math.acos(|x)
  3453. ;
  3454. [math.asin |G Return the arc sine (measured in radians) of x.]
  3455. math.asin(|x)
  3456. ;
  3457. [math.atan |G Return the arc tangent (measured in radians) of x.]
  3458. math.atan(|x)
  3459. ;
  3460. [math.atan2 |G Unlike atan(y/x), the signs of both x and y are considered.]
  3461. math.atan2(|y, x)
  3462. ;
  3463. [math.ceil |G This is the smallest integral value >= x.]
  3464. math.ceil(|x)
  3465. ;
  3466. [math.cos |G Return the cosine of x (measured in radians).]
  3467. math.cos(|x)
  3468. ;
  3469. [math.cosh |G Return the hyperbolic cosine of x.]
  3470. math.cosh(|x)
  3471. ;
  3472. [math.exp |G Return e raised to the power of x.]
  3473. math.exp(|x)
  3474. ;
  3475. [math.fabs |G Return the absolute value of the float x.]
  3476. math.fabs(|x)
  3477. ;
  3478. [math.floor |G This is the largest integral value <= x.]
  3479. math.floor(|x)
  3480. ;
  3481. [math.fmod |G Return fmod(x, y), according to platform C.  x % y may differ.]
  3482. math.fmod(|x,y)
  3483. ;
  3484. [math.frexp |G If x is 0, m and e are both 0.  Else 0.5 <= abs(m) < 1.0.]
  3485. math.frexp(|x)
  3486. ;
  3487. [math.hypot |G Return the Euclidean distance, sqrt(x*x + y*y).]
  3488. math.hypot(|x,y)
  3489. ;
  3490. [math.ldexp |G -> x * (2**i)]
  3491. math.ldexp(|x, i) 
  3492. ;
  3493. [math.log |G -> the natural logarithm (base e) of x.]
  3494. math.log(|x) 
  3495. ;
  3496. [math.log10 |G -> the base 10 logarithm of x.]
  3497. math.log10(|x) 
  3498. ;
  3499. [math.modf |G of x.  The integer part is returned as a real.]
  3500. math.modf(|x)
  3501. ;
  3502. [math.pow |G Return x**y (x to the power of y).]
  3503. math.pow(|x,y)
  3504. ;
  3505. [math.sin |G Return the sine of x (measured in radians).]
  3506. math.sin(|x)
  3507. ;
  3508. [math.sinh |G Return the hyperbolic sine of x.]
  3509. math.sinh(|x)
  3510. ;
  3511. [math.sqrt |G Return the square root of x.]
  3512. math.sqrt(|x)
  3513. ;
  3514. [math.tan |G Return the tangent of x (measured in radians).]
  3515. math.tan(|x)
  3516. ;
  3517. [math.tanh |G Return the hyperbolic tangent of x.]
  3518. math.tanh(|x)
  3519. ;
  3520. [max |G -> value]
  3521. max(|sequence) 
  3522. ;
  3523. [md5.new |G -> md5 object]
  3524. md5.new(|[arg]) 
  3525. ;
  3526. [mhlib.Error |G {class}]
  3527. mhlib.Error(|) 
  3528. ;
  3529. [mhlib.Folder |G  Class representing a particular folder.]
  3530. mhlib.Folder(|mh, name) 
  3531. ;
  3532. [mhlib.IntSet |G  Class implementing sets of integers.]
  3533. mhlib.IntSet(|data = None, sep = ',', rng = '-') 
  3534. ;
  3535. [mhlib.MH |G  Class representing a particular collection of folders.]
  3536. mhlib.MH(|path = None, profile = None) 
  3537. ;
  3538. [mhlib.Message |G ]
  3539. mhlib.Message(|f, n, fp = None)
  3540. ;
  3541. [mhlib.SubMessage |G ]
  3542. mhlib.SubMessage(|f, n, fp)
  3543. ;
  3544. [mhlib.bisect |G  Return the index where to insert item x in list a, assuming a is sorted.]
  3545. mhlib.bisect(|) 
  3546. ;
  3547. [mhlib.isnumeric |G ]
  3548. mhlib.isnumeric(|str)
  3549. ;
  3550. [mhlib.pickline |G ]
  3551. mhlib.pickline(|file, key, casefold = 1)
  3552. ;
  3553. [mhlib.test |G ]
  3554. mhlib.test(|)
  3555. ;
  3556. [mhlib.updateline |G ]
  3557. mhlib.updateline(|file, key, value, casefold = 1)
  3558. ;
  3559. [mimetools.Message |G  A derived class of rfc822.Message that knows about MIME headers and]
  3560. mimetools.Message(|fp, seekable = 1) 
  3561. ;
  3562. [mimetools.choose_boundary |G  Return a random string usable as a multipart boundary.]
  3563. mimetools.choose_boundary(|) 
  3564. ;
  3565. [mimetools.copybinary |G ]
  3566. mimetools.copybinary(|input, output)
  3567. ;
  3568. [mimetools.copyliteral |G ]
  3569. mimetools.copyliteral(|input, output)
  3570. ;
  3571. [mimetools.decode |G  Decode common content-transfer-encodings (base64, quopri, uuencode).]
  3572. mimetools.decode(|input, output, encoding) 
  3573. ;
  3574. [mimetools.encode |G  Encode common content-transfer-encodings (base64, quopri, uuencode).]
  3575. mimetools.encode(|input, output, encoding) 
  3576. ;
  3577. [mimetools.pipethrough |G ]
  3578. mimetools.pipethrough(|input, command, output)
  3579. ;
  3580. [mimetools.pipeto |G ]
  3581. mimetools.pipeto(|input, command)
  3582. ;
  3583. [mimetypes.MimeTypes |G  MIME-types datastore.]
  3584. mimetypes.MimeTypes(|filenames=()) 
  3585. ;
  3586. [mimetypes.guess_extension |G  Guess the extension for a file based on its MIME type.]
  3587. mimetypes.guess_extension(|type, strict=1) 
  3588. ;
  3589. [mimetypes.guess_type |G  Guess the type of a file based on its URL.]
  3590. mimetypes.guess_type(|url, strict=1) 
  3591. ;
  3592. [mimetypes.init |G ]
  3593. mimetypes.init(|files=None)
  3594. ;
  3595. [mimetypes.read_mime_types |G ]
  3596. mimetypes.read_mime_types(|file)
  3597. ;
  3598. [mimify.File |G  A simple fake file object that knows about limited read-ahead and]
  3599. mimify.File(|file, boundary) 
  3600. ;
  3601. [mimify.HeaderFile |G ]
  3602. mimify.HeaderFile(|file)
  3603. ;
  3604. [mimify.mime_decode |G  Decode a single line of quoted-printable text to 8bit.]
  3605. mimify.mime_decode(|line) 
  3606. ;
  3607. [mimify.mime_decode_header |G  Decode a header line to 8bit.]
  3608. mimify.mime_decode_header(|line) 
  3609. ;
  3610. [mimify.mime_encode |G  Code a single line as quoted-printable.]
  3611. mimify.mime_encode(|line, header) 
  3612. ;
  3613. [mimify.mime_encode_header |G  Code a single header line as quoted-printable.]
  3614. mimify.mime_encode_header(|line) 
  3615. ;
  3616. [mimify.mimify |G  Convert 8bit parts of a MIME mail message to quoted-printable.]
  3617. mimify.mimify(|infile, outfile) 
  3618. ;
  3619. [mimify.mimify_part |G  Convert an 8bit part of a MIME mail message to quoted-printable.]
  3620. mimify.mimify_part(|ifile, ofile, is_mime) 
  3621. ;
  3622. [mimify.unmimify |G  Convert quoted-printable parts of a MIME mail message to 8bit.]
  3623. mimify.unmimify(|infile, outfile, decode_base64 = 0) 
  3624. ;
  3625. [mimify.unmimify_part |G  Convert a quoted-printable part of a MIME mail message to 8bit.]
  3626. mimify.unmimify_part(|ifile, ofile, decode_base64 = 0) 
  3627. ;
  3628. [min |G -> value]
  3629. min(|sequence) 
  3630. ;
  3631. [mmap.error |G  Base class for I/O related errors.]
  3632. mmap.error(|) 
  3633. ;
  3634. [multifile.Error |G {class}]
  3635. multifile.Error(|) 
  3636. ;
  3637. [multifile.MultiFile |G ]
  3638. multifile.MultiFile(|fp, seekable=1)
  3639. ;
  3640. [mutex.mutex |G {class}]
  3641. mutex.mutex(|) 
  3642. ;
  3643. [netrc.NetrcParseError |G  Exception raised on syntax errors in the .netrc file.]
  3644. netrc.NetrcParseError(|msg, filename=None, lineno=None) 
  3645. ;
  3646. [netrc.netrc |G ]
  3647. netrc.netrc(|file=None)
  3648. ;
  3649. [nntplib.NNTP |G {class}]
  3650. nntplib.NNTP(|) 
  3651. ;
  3652. [nntplib.NNTPDataError |G  Error in response data]
  3653. nntplib.NNTPDataError(|) 
  3654. ;
  3655. [nntplib.NNTPError |G  Base class for all nntplib exceptions]
  3656. nntplib.NNTPError(|*args) 
  3657. ;
  3658. [nntplib.NNTPPermanentError |G  5xx errors]
  3659. nntplib.NNTPPermanentError(|) 
  3660. ;
  3661. [nntplib.NNTPProtocolError |G  Response does not begin with {1-5}]
  3662. nntplib.NNTPProtocolError(|) 
  3663. ;
  3664. [nntplib.NNTPReplyError |G  Unexpected {123}xx reply]
  3665. nntplib.NNTPReplyError(|) 
  3666. ;
  3667. [nntplib.NNTPTemporaryError |G  4xx errors]
  3668. nntplib.NNTPTemporaryError(|) 
  3669. ;
  3670. [nntplib._test |G  Minimal test function.]
  3671. nntplib._test(|) 
  3672. ;
  3673. [nntplib.error_data |G  Error in response data]
  3674. nntplib.error_data(|) 
  3675. ;
  3676. [nntplib.error_perm |G  5xx errors]
  3677. nntplib.error_perm(|) 
  3678. ;
  3679. [nntplib.error_proto |G  Response does not begin with {1-5}]
  3680. nntplib.error_proto(|) 
  3681. ;
  3682. [nntplib.error_reply |G  Unexpected {123}xx reply]
  3683. nntplib.error_reply(|) 
  3684. ;
  3685. [nntplib.error_temp |G  4xx errors]
  3686. nntplib.error_temp(|) 
  3687. ;
  3688. [nt._exit |G Exit to the system with specified status, without normal exit processing.]
  3689. nt._exit(|status)
  3690. ;
  3691. [nt.abort |G -> does not return!]
  3692. nt.abort(|) 
  3693. ;
  3694. [nt.access |G -> 1 if granted, 0 otherwise]
  3695. nt.access(|path, mode) 
  3696. ;
  3697. [nt.chdir |G -> None]
  3698. nt.chdir(|path) 
  3699. ;
  3700. [nt.chmod |G -> None]
  3701. nt.chmod(|path, mode) 
  3702. ;
  3703. [nt.close |G -> None]
  3704. nt.close(|fd) 
  3705. ;
  3706. [nt.dup |G -> fd2]
  3707. nt.dup(|fd) 
  3708. ;
  3709. [nt.dup2 |G -> None]
  3710. nt.dup2(|fd, fd2) 
  3711. ;
  3712. [nt.error |G  OS system call failed.]
  3713. nt.error(|) 
  3714. ;
  3715. [nt.execv |G     args: tuple or list of strings]
  3716. nt.execv(|path, args)
  3717. ;
  3718. [nt.execve |G     env: dictionary of strings mapping to strings]
  3719. nt.execve(|path, args, env)
  3720. ;
  3721. [nt.fdopen |G -> file_object]
  3722. nt.fdopen(|fd, [, mode='r' [, bufsize]]) 
  3723. ;
  3724. [nt.fstat |G -> (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)]
  3725. nt.fstat(|fd) 
  3726. ;
  3727. [nt.getcwd |G -> path]
  3728. nt.getcwd(|) 
  3729. ;
  3730. [nt.getpid |G -> pid]
  3731. nt.getpid(|) 
  3732. ;
  3733. [nt.isatty |G -> Boolean]
  3734. nt.isatty(|fd) 
  3735. ;
  3736. [nt.listdir |G -> list_of_strings]
  3737. nt.listdir(|path) 
  3738. ;
  3739. [nt.lseek |G -> newpos]
  3740. nt.lseek(|fd, pos, how) 
  3741. ;
  3742. [nt.lstat |G -> (st_mode, st_ino, st_dev, st_nlink, st_uid, st_gid,]
  3743. nt.lstat(|path) 
  3744. ;
  3745. [nt.mkdir |G -> None]
  3746. nt.mkdir(|path [, mode=0777]) 
  3747. ;
  3748. [nt.open |G -> fd]
  3749. nt.open(|filename, flag [, mode=0777]) 
  3750. ;
  3751. [nt.pipe |G -> (read_end, write_end)]
  3752. nt.pipe(|) 
  3753. ;
  3754. [nt.popen |G -> pipe]
  3755. nt.popen(|command [, mode='r' [, bufsize]]) 
  3756. ;
  3757. [nt.putenv |G -> None]
  3758. nt.putenv(|key, value) 
  3759. ;
  3760. [nt.read |G -> string]
  3761. nt.read(|fd, buffersize) 
  3762. ;
  3763. [nt.remove |G -> None]
  3764. nt.remove(|path) 
  3765. ;
  3766. [nt.rename |G -> None]
  3767. nt.rename(|old, new) 
  3768. ;
  3769. [nt.rmdir |G -> None]
  3770. nt.rmdir(|path) 
  3771. ;
  3772. [nt.spawnv |G     args: tuple or list of strings]
  3773. nt.spawnv(|mode, path, args)
  3774. ;
  3775. [nt.spawnve |G     env: dictionary of strings mapping to strings]
  3776. nt.spawnve(|mode, path, args, env)
  3777. ;
  3778. [nt.startfile |G the underlying Win32 ShellExecute function doesn't work if it is.]
  3779. nt.startfile(|filepath) - Start a file with its associated application.
  3780. ;
  3781. [nt.stat |G -> (st_mode, st_ino, st_dev, st_nlink, st_uid, st_gid,]
  3782. nt.stat(|path) 
  3783. ;
  3784. [nt.strerror |G -> string]
  3785. nt.strerror(|code) 
  3786. ;
  3787. [nt.system |G -> exit_status]
  3788. nt.system(|command) 
  3789. ;
  3790. [nt.tempnam |G -> string]
  3791. nt.tempnam(|[dir[, prefix]]) 
  3792. ;
  3793. [nt.times |G -> (utime, stime, cutime, cstime, elapsed_time)]
  3794. nt.times(|) 
  3795. ;
  3796. [nt.tmpfile |G -> file object]
  3797. nt.tmpfile(|) 
  3798. ;
  3799. [nt.tmpnam |G -> string]
  3800. nt.tmpnam(|) 
  3801. ;
  3802. [nt.umask |G -> old_mask]
  3803. nt.umask(|new_mask) 
  3804. ;
  3805. [nt.unlink |G -> None]
  3806. nt.unlink(|path) 
  3807. ;
  3808. [nt.utime |G -> None]
  3809. nt.utime(|path, (atime, utime)) 
  3810. ;
  3811. [nt.write |G -> byteswritten]
  3812. nt.write(|fd, string) 
  3813. ;
  3814. [ntpath.abspath |G  Return the absolute version of a path]
  3815. ntpath.abspath(|path) 
  3816. ;
  3817. [ntpath.basename |G  Returns the final component of a pathname]
  3818. ntpath.basename(|p) 
  3819. ;
  3820. [ntpath.commonprefix |G  Given a list of pathnames, returns the longest common leading component]
  3821. ntpath.commonprefix(|m) 
  3822. ;
  3823. [ntpath.dirname |G  Returns the directory component of a pathname]
  3824. ntpath.dirname(|p) 
  3825. ;
  3826. [ntpath.exists |G  Test whether a path exists]
  3827. ntpath.exists(|path) 
  3828. ;
  3829. [ntpath.expanduser |G  Expand ~ and ~user constructs.]
  3830. ntpath.expanduser(|path) 
  3831. ;
  3832. [ntpath.expandvars |G  Expand shell variables of form $var and ${var}.]
  3833. ntpath.expandvars(|path) 
  3834. ;
  3835. [ntpath.getatime |G  Return the last access time of a file, reported by os.stat()]
  3836. ntpath.getatime(|filename) 
  3837. ;
  3838. [ntpath.getmtime |G  Return the last modification time of a file, reported by os.stat()]
  3839. ntpath.getmtime(|filename) 
  3840. ;
  3841. [ntpath.getsize |G  Return the size of a file, reported by os.stat()]
  3842. ntpath.getsize(|filename) 
  3843. ;
  3844. [ntpath.isabs |G  Test whether a path is absolute]
  3845. ntpath.isabs(|s) 
  3846. ;
  3847. [ntpath.isdir |G  Test whether a path is a directory]
  3848. ntpath.isdir(|path) 
  3849. ;
  3850. [ntpath.isfile |G  Test whether a path is a regular file]
  3851. ntpath.isfile(|path) 
  3852. ;
  3853. [ntpath.islink |G  Test for symbolic link.  On WindowsNT/95 always returns false]
  3854. ntpath.islink(|path) 
  3855. ;
  3856. [ntpath.ismount |G  Test whether a path is a mount point (defined as root of drive)]
  3857. ntpath.ismount(|path) 
  3858. ;
  3859. [ntpath.join |G  Join two or more pathname components, inserting "\" as needed]
  3860. ntpath.join(|a, *p) 
  3861. ;
  3862. [ntpath.normcase |G  Normalize case of pathname.]
  3863. ntpath.normcase(|s) 
  3864. ;
  3865. [ntpath.normpath |G  Normalize path, eliminating double slashes, etc.]
  3866. ntpath.normpath(|path) 
  3867. ;
  3868. [ntpath.realpath |G  Return the absolute version of a path]
  3869. ntpath.realpath(|) 
  3870. ;
  3871. [ntpath.split |G  Split a pathname.]
  3872. ntpath.split(|p) 
  3873. ;
  3874. [ntpath.splitdrive |G  Split a pathname into drive and path specifiers. Returns a 2-tuple]
  3875. ntpath.splitdrive(|p) 
  3876. ;
  3877. [ntpath.splitext |G  Split the extension from a pathname.]
  3878. ntpath.splitext(|p) 
  3879. ;
  3880. [ntpath.splitunc |G  Split a pathname into UNC mount point and relative path specifiers.]
  3881. ntpath.splitunc(|p) 
  3882. ;
  3883. [ntpath.walk |G  Directory tree walk with callback function.]
  3884. ntpath.walk(|top, func, arg) 
  3885. ;
  3886. [nturl2path.pathname2url |G  Convert a DOS path name to a file url.]
  3887. nturl2path.pathname2url(|p) 
  3888. ;
  3889. [nturl2path.url2pathname |G  Convert a URL to a DOS path.]
  3890. nturl2path.url2pathname(|url) 
  3891. ;
  3892. [oct |G -> string]
  3893. oct(|number) 
  3894. ;
  3895. [operator.abs |G -- Same as abs(a).]
  3896. operator.abs(|a) 
  3897. ;
  3898. [operator.add |G -- Same as a + b.]
  3899. operator.add(|a, b) 
  3900. ;
  3901. [operator.and_ |G -- Same as a & b.]
  3902. operator.and_(|a, b) 
  3903. ;
  3904. [operator.concat |G -- Same as a + b, for a and b sequences.]
  3905. operator.concat(|a, b) 
  3906. ;
  3907. [operator.contains |G -- Same as b in a (note reversed operands).]
  3908. operator.contains(|a, b) 
  3909. ;
  3910. [operator.countOf |G -- Return the number of times b occurs in a.]
  3911. operator.countOf(|a, b) 
  3912. ;
  3913. [operator.delitem |G -- Same as del a{b}.]
  3914. operator.delitem(|a, b) 
  3915. ;
  3916. [operator.delslice |G -- Same as del a{b:c}.]
  3917. operator.delslice(|a, b, c) 
  3918. ;
  3919. [operator.div |G -- Same as a / b when __future__.division is not in effect.]
  3920. operator.div(|a, b) 
  3921. ;
  3922. [operator.eq |G -- Same as a==b.]
  3923. operator.eq(|a, b) 
  3924. ;
  3925. [operator.floordiv |G -- Same as a // b.]
  3926. operator.floordiv(|a, b) 
  3927. ;
  3928. [operator.ge |G -- Same as a>=b.]
  3929. operator.ge(|a, b) 
  3930. ;
  3931. [operator.getitem |G -- Same as a{b}.]
  3932. operator.getitem(|a, b) 
  3933. ;
  3934. [operator.getslice |G -- Same as a{b:c}.]
  3935. operator.getslice(|a, b, c) 
  3936. ;
  3937. [operator.gt |G -- Same as a>b.]
  3938. operator.gt(|a, b) 
  3939. ;
  3940. [operator.indexOf |G -- Return the first index of b in a.]
  3941. operator.indexOf(|a, b) 
  3942. ;
  3943. [operator.inv |G -- Same as ~a.]
  3944. operator.inv(|a) 
  3945. ;
  3946. [operator.invert |G -- Same as ~a.]
  3947. operator.invert(|a) 
  3948. ;
  3949. [operator.isCallable |G -- Same as callable(a).]
  3950. operator.isCallable(|a) 
  3951. ;
  3952. [operator.isMappingType |G -- Return 1 if a has a mapping type, and zero otherwise.]
  3953. operator.isMappingType(|a) 
  3954. ;
  3955. [operator.isNumberType |G -- Return 1 if a has a numeric type, and zero otherwise.]
  3956. operator.isNumberType(|a) 
  3957. ;
  3958. [operator.isSequenceType |G -- Return 1 if a has a sequence type, and zero otherwise.]
  3959. operator.isSequenceType(|a) 
  3960. ;
  3961. [operator.le |G -- Same as a<=b.]
  3962. operator.le(|a, b) 
  3963. ;
  3964. [operator.lshift |G -- Same as a << b.]
  3965. operator.lshift(|a, b) 
  3966. ;
  3967. [operator.lt |G -- Same as a<b.]
  3968. operator.lt(|a, b) 
  3969. ;
  3970. [operator.mod |G -- Same as a % b.]
  3971. operator.mod(|a, b) 
  3972. ;
  3973. [operator.mul |G -- Same as a * b.]
  3974. operator.mul(|a, b) 
  3975. ;
  3976. [operator.ne |G -- Same as a!=b.]
  3977. operator.ne(|a, b) 
  3978. ;
  3979. [operator.neg |G -- Same as -a.]
  3980. operator.neg(|a) 
  3981. ;
  3982. [operator.not_ |G -- Same as not a.]
  3983. operator.not_(|a) 
  3984. ;
  3985. [operator.or_ |G -- Same as a | b.]
  3986. operator.or_(|a, b) 
  3987. ;
  3988. [operator.pos |G -- Same as +a.]
  3989. operator.pos(|a) 
  3990. ;
  3991. [operator.repeat |G -- Return a * b, where a is a sequence, and b is an integer.]
  3992. operator.repeat(|a, b) 
  3993. ;
  3994. [operator.rshift |G -- Same as a >> b.]
  3995. operator.rshift(|a, b) 
  3996. ;
  3997. [operator.sequenceIncludes |G -- Same as b in a (note reversed operands; deprecated).]
  3998. operator.sequenceIncludes(|a, b) 
  3999. ;
  4000. [operator.setitem |G -- Same as a{b} = c.]
  4001. operator.setitem(|a, b, c) 
  4002. ;
  4003. [operator.setslice |G -- Same as a{b:c} = d.]
  4004. operator.setslice(|a, b, c, d) 
  4005. ;
  4006. [operator.sub |G -- Same as a - b.]
  4007. operator.sub(|a, b) 
  4008. ;
  4009. [operator.truediv |G -- Same as a / b when __future__.division is in effect.]
  4010. operator.truediv(|a, b) 
  4011. ;
  4012. [operator.truth |G -- Return 1 if a is true, and 0 otherwise.]
  4013. operator.truth(|a) 
  4014. ;
  4015. [operator.xor |G -- Same as a ^ b.]
  4016. operator.xor(|a, b) 
  4017. ;
  4018. [ord |G -> integer]
  4019. ord(|c) 
  4020. ;
  4021. [os._Environ |G {class}]
  4022. os._Environ(|) 
  4023. ;
  4024. [os._execvpe |G ]
  4025. os._execvpe(|file, args, env=None)
  4026. ;
  4027. [os._exists |G ]
  4028. os._exists(|name)
  4029. ;
  4030. [os._exit |G Exit to the system with specified status, without normal exit processing.]
  4031. os._exit(|status)
  4032. ;
  4033. [os._get_exports_list |G ]
  4034. os._get_exports_list(|module)
  4035. ;
  4036. [os._make_stat_result |G ]
  4037. os._make_stat_result(|tup, dict)
  4038. ;
  4039. [os._make_statvfs_result |G ]
  4040. os._make_statvfs_result(|tup, dict)
  4041. ;
  4042. [os._pickle_stat_result |G ]
  4043. os._pickle_stat_result(|sr)
  4044. ;
  4045. [os._pickle_statvfs_result |G ]
  4046. os._pickle_statvfs_result(|sr)
  4047. ;
  4048. [os.abort |G -> does not return!]
  4049. os.abort(|) 
  4050. ;
  4051. [os.access |G -> 1 if granted, 0 otherwise]
  4052. os.access(|path, mode) 
  4053. ;
  4054. [os.chdir |G -> None]
  4055. os.chdir(|path) 
  4056. ;
  4057. [os.chmod |G -> None]
  4058. os.chmod(|path, mode) 
  4059. ;
  4060. [os.close |G -> None]
  4061. os.close(|fd) 
  4062. ;
  4063. [os.dup |G -> fd2]
  4064. os.dup(|fd) 
  4065. ;
  4066. [os.dup2 |G -> None]
  4067. os.dup2(|fd, fd2) 
  4068. ;
  4069. [os.error |G  OS system call failed.]
  4070. os.error(|) 
  4071. ;
  4072. [os.execl |G     current process. ]
  4073. os.execl(|file, *args)
  4074. ;
  4075. [os.execle |G     environment env, replacing the current process. ]
  4076. os.execle(|file, *args, env)
  4077. ;
  4078. [os.execlp |G     with argument list args, replacing the current process. ]
  4079. os.execlp(|file, *args)
  4080. ;
  4081. [os.execlpe |G     process. ]
  4082. os.execlpe(|file, *args, env)
  4083. ;
  4084. [os.execv |G     args: tuple or list of strings]
  4085. os.execv(|path, args)
  4086. ;
  4087. [os.execve |G     env: dictionary of strings mapping to strings]
  4088. os.execve(|path, args, env)
  4089. ;
  4090. [os.execvp |G  execp(file, args)]
  4091. os.execvp(|file, args) 
  4092. ;
  4093. [os.execvpe |G     args may be a list or tuple of strings. ]
  4094. os.execvpe(|file, args, env)
  4095. ;
  4096. [os.fdopen |G -> file_object]
  4097. os.fdopen(|fd, [, mode='r' [, bufsize]]) 
  4098. ;
  4099. [os.fstat |G -> (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)]
  4100. os.fstat(|fd) 
  4101. ;
  4102. [os.getcwd |G -> path]
  4103. os.getcwd(|) 
  4104. ;
  4105. [os.getenv |G  Get an environment variable, return None if it doesn't exist.]
  4106. os.getenv(|) 
  4107. ;
  4108. [os.getpid |G -> pid]
  4109. os.getpid(|) 
  4110. ;
  4111. [os.isatty |G -> Boolean]
  4112. os.isatty(|fd) 
  4113. ;
  4114. [os.listdir |G -> list_of_strings]
  4115. os.listdir(|path) 
  4116. ;
  4117. [os.lseek |G -> newpos]
  4118. os.lseek(|fd, pos, how) 
  4119. ;
  4120. [os.lstat |G -> (st_mode, st_ino, st_dev, st_nlink, st_uid, st_gid,]
  4121. os.lstat(|path) 
  4122. ;
  4123. [os.makedirs |G -> None]
  4124. os.makedirs(|path [, mode=0777]) 
  4125. ;
  4126. [os.mkdir |G -> None]
  4127. os.mkdir(|path [, mode=0777]) 
  4128. ;
  4129. [os.open |G -> fd]
  4130. os.open(|filename, flag [, mode=0777]) 
  4131. ;
  4132. [os.path.abspath |G  Return the absolute version of a path]
  4133. os.path.abspath(|) 
  4134. ;
  4135. [os.path.basename |G  Returns the final component of a pathname]
  4136. os.path.basename(|) 
  4137. ;
  4138. [os.path.commonprefix |G  Given a list of pathnames, returns the longest common leading component]
  4139. os.path.commonprefix(|) 
  4140. ;
  4141. [os.path.dirname |G  Returns the directory component of a pathname]
  4142. os.path.dirname(|) 
  4143. ;
  4144. [os.path.exists |G  Test whether a path exists]
  4145. os.path.exists(|) 
  4146. ;
  4147. [os.path.expanduser |G  Expand ~ and ~user constructs.]
  4148. os.path.expanduser(|) 
  4149. ;
  4150. [os.path.expandvars |G  Expand shell variables of form $var and ${var}.]
  4151. os.path.expandvars(|) 
  4152. ;
  4153. [os.path.getatime |G  Return the last access time of a file, reported by os.stat()]
  4154. os.path.getatime(|) 
  4155. ;
  4156. [os.path.getmtime |G  Return the last modification time of a file, reported by os.stat()]
  4157. os.path.getmtime(|) 
  4158. ;
  4159. [os.path.getsize |G  Return the size of a file, reported by os.stat()]
  4160. os.path.getsize(|) 
  4161. ;
  4162. [os.path.isabs |G  Test whether a path is absolute]
  4163. os.path.isabs(|) 
  4164. ;
  4165. [os.path.isdir |G  Test whether a path is a directory]
  4166. os.path.isdir(|) 
  4167. ;
  4168. [os.path.isfile |G  Test whether a path is a regular file]
  4169. os.path.isfile(|) 
  4170. ;
  4171. [os.path.islink |G  Test for symbolic link.  On WindowsNT/95 always returns false]
  4172. os.path.islink(|) 
  4173. ;
  4174. [os.path.ismount |G  Test whether a path is a mount point (defined as root of drive)]
  4175. os.path.ismount(|) 
  4176. ;
  4177. [os.path.join |G  Join two or more pathname components, inserting "\" as needed]
  4178. os.path.join(|) 
  4179. ;
  4180. [os.path.normcase |G  Normalize case of pathname.]
  4181. os.path.normcase(|) 
  4182. ;
  4183. [os.path.normpath |G  Normalize path, eliminating double slashes, etc.]
  4184. os.path.normpath(|) 
  4185. ;
  4186. [os.path.realpath |G  Return the absolute version of a path]
  4187. os.path.realpath(|) 
  4188. ;
  4189. [os.path.split |G  Split a pathname.]
  4190. os.path.split(|) 
  4191. ;
  4192. [os.path.splitdrive |G  Split a pathname into drive and path specifiers. Returns a 2-tuple]
  4193. os.path.splitdrive(|) 
  4194. ;
  4195. [os.path.splitext |G  Split the extension from a pathname.]
  4196. os.path.splitext(|) 
  4197. ;
  4198. [os.path.splitunc |G  Split a pathname into UNC mount point and relative path specifiers.]
  4199. os.path.splitunc(|) 
  4200. ;
  4201. [os.path.walk |G  Directory tree walk with callback function.]
  4202. os.path.walk(|) 
  4203. ;
  4204. [os.pipe |G -> (read_end, write_end)]
  4205. os.pipe(|) 
  4206. ;
  4207. [os.popen |G -> pipe]
  4208. os.popen(|command [, mode='r' [, bufsize]]) 
  4209. ;
  4210. [os.putenv |G -> None]
  4211. os.putenv(|key, value) 
  4212. ;
  4213. [os.read |G -> string]
  4214. os.read(|fd, buffersize) 
  4215. ;
  4216. [os.remove |G -> None]
  4217. os.remove(|path) 
  4218. ;
  4219. [os.removedirs |G -> None]
  4220. os.removedirs(|path) 
  4221. ;
  4222. [os.rename |G -> None]
  4223. os.rename(|old, new) 
  4224. ;
  4225. [os.renames |G -> None]
  4226. os.renames(|old, new) 
  4227. ;
  4228. [os.rmdir |G -> None]
  4229. os.rmdir(|path) 
  4230. ;
  4231. [os.spawnl |G -> integer]
  4232. os.spawnl(|mode, file, *args) 
  4233. ;
  4234. [os.spawnle |G -> integer]
  4235. os.spawnle(|mode, file, *args, env) 
  4236. ;
  4237. [os.spawnv |G     args: tuple or list of strings]
  4238. os.spawnv(|mode, path, args)
  4239. ;
  4240. [os.spawnve |G     env: dictionary of strings mapping to strings]
  4241. os.spawnve(|mode, path, args, env)
  4242. ;
  4243. [os.startfile |G the underlying Win32 ShellExecute function doesn't work if it is.]
  4244. os.startfile(|filepath) - Start a file with its associated application.
  4245. ;
  4246. [os.stat |G -> (st_mode, st_ino, st_dev, st_nlink, st_uid, st_gid,]
  4247. os.stat(|path) 
  4248. ;
  4249. [os.strerror |G -> string]
  4250. os.strerror(|code) 
  4251. ;
  4252. [os.system |G -> exit_status]
  4253. os.system(|command) 
  4254. ;
  4255. [os.tempnam |G -> string]
  4256. os.tempnam(|[dir[, prefix]]) 
  4257. ;
  4258. [os.times |G -> (utime, stime, cutime, cstime, elapsed_time)]
  4259. os.times(|) 
  4260. ;
  4261. [os.tmpfile |G -> file object]
  4262. os.tmpfile(|) 
  4263. ;
  4264. [os.tmpnam |G -> string]
  4265. os.tmpnam(|) 
  4266. ;
  4267. [os.umask |G -> old_mask]
  4268. os.umask(|new_mask) 
  4269. ;
  4270. [os.unlink |G -> None]
  4271. os.unlink(|path) 
  4272. ;
  4273. [os.unsetenv |G {function}]
  4274. os.unsetenv(|) 
  4275. ;
  4276. [os.utime |G -> None]
  4277. os.utime(|path, (atime, utime)) 
  4278. ;
  4279. [os.write |G -> byteswritten]
  4280. os.write(|fd, string) 
  4281. ;
  4282. [parser.ParserError |G {class}]
  4283. parser.ParserError(|) 
  4284. ;
  4285. [pcre.error |G {class}]
  4286. pcre.error(|) 
  4287. ;
  4288. [pdb.Pdb |G {class}]
  4289. pdb.Pdb(|) 
  4290. ;
  4291. [pdb.Repr |G {class}]
  4292. pdb.Repr(|) 
  4293. ;
  4294. [pdb.find_function |G ]
  4295. pdb.find_function(|funcname, filename)
  4296. ;
  4297. [pdb.help |G ]
  4298. pdb.help(|)
  4299. ;
  4300. [pdb.pm |G ]
  4301. pdb.pm(|)
  4302. ;
  4303. [pdb.post_mortem |G ]
  4304. pdb.post_mortem(|t)
  4305. ;
  4306. [pdb.run |G ]
  4307. pdb.run(|statement, globals=None, locals=None)
  4308. ;
  4309. [pdb.runcall |G ]
  4310. pdb.runcall(|*args)
  4311. ;
  4312. [pdb.runctx |G ]
  4313. pdb.runctx(|statement, globals, locals)
  4314. ;
  4315. [pdb.runeval |G ]
  4316. pdb.runeval(|expression, globals=None, locals=None)
  4317. ;
  4318. [pdb.set_trace |G ]
  4319. pdb.set_trace(|)
  4320. ;
  4321. [pdb.test |G ]
  4322. pdb.test(|)
  4323. ;
  4324. [pipes.Template |G  Class representing a pipeline template.]
  4325. pipes.Template(|) 
  4326. ;
  4327. [pipes.makepipeline |G ]
  4328. pipes.makepipeline(|infile, steps, outfile)
  4329. ;
  4330. [pipes.quote |G ]
  4331. pipes.quote(|file)
  4332. ;
  4333. [pipes.test |G ]
  4334. pipes.test(|)
  4335. ;
  4336. [popen2._cleanup |G ]
  4337. popen2._cleanup(|)
  4338. ;
  4339. [popen2._test |G ]
  4340. popen2._test(|)
  4341. ;
  4342. [popen2.popen2 |G  Execute the shell command 'cmd' in a sub-process.  If 'bufsize' is]
  4343. popen2.popen2(|) 
  4344. ;
  4345. [popen2.popen3 |G  Execute the shell command 'cmd' in a sub-process.  If 'bufsize' is]
  4346. popen2.popen3(|) 
  4347. ;
  4348. [popen2.popen4 |G  Execute the shell command 'cmd' in a sub-process.  If 'bufsize' is]
  4349. popen2.popen4(|) 
  4350. ;
  4351. [poplib.POP3 |G  This class supports both the minimal and optional command sets.]
  4352. poplib.POP3(|host, port = POP3_PORT) 
  4353. ;
  4354. [poplib.error_proto |G {class}]
  4355. poplib.error_proto(|) 
  4356. ;
  4357. [posixfile._posixfile_ |G  File wrapper class that provides extra POSIX file routines.]
  4358. posixfile._posixfile_(|) 
  4359. ;
  4360. [posixfile.fileopen |G  Public routine to get a posixfile object from a Python file object.]
  4361. posixfile.fileopen(|file) 
  4362. ;
  4363. [posixfile.open |G  Public routine to open a file as a posixfile object.]
  4364. posixfile.open(|name, mode='r', bufsize=-1) 
  4365. ;
  4366. [posixpath.abspath |G  Return an absolute path.]
  4367. posixpath.abspath(|path) 
  4368. ;
  4369. [posixpath.basename |G  Returns the final component of a pathname]
  4370. posixpath.basename(|p) 
  4371. ;
  4372. [posixpath.commonprefix |G  Given a list of pathnames, returns the longest common leading component]
  4373. posixpath.commonprefix(|m) 
  4374. ;
  4375. [posixpath.dirname |G  Returns the directory component of a pathname]
  4376. posixpath.dirname(|p) 
  4377. ;
  4378. [posixpath.exists |G  Test whether a path exists.  Returns false for broken symbolic links]
  4379. posixpath.exists(|path) 
  4380. ;
  4381. [posixpath.expanduser |G  Expand ~ and ~user constructions.  If user or $HOME is unknown,]
  4382. posixpath.expanduser(|path) 
  4383. ;
  4384. [posixpath.expandvars |G  Expand shell variables of form $var and ${var}.  Unknown variables]
  4385. posixpath.expandvars(|path) 
  4386. ;
  4387. [posixpath.getatime |G  Return the last access time of a file, reported by os.stat().]
  4388. posixpath.getatime(|filename) 
  4389. ;
  4390. [posixpath.getmtime |G  Return the last modification time of a file, reported by os.stat().]
  4391. posixpath.getmtime(|filename) 
  4392. ;
  4393. [posixpath.getsize |G  Return the size of a file, reported by os.stat().]
  4394. posixpath.getsize(|filename) 
  4395. ;
  4396. [posixpath.isabs |G  Test whether a path is absolute]
  4397. posixpath.isabs(|s) 
  4398. ;
  4399. [posixpath.isdir |G  Test whether a path is a directory]
  4400. posixpath.isdir(|path) 
  4401. ;
  4402. [posixpath.isfile |G  Test whether a path is a regular file]
  4403. posixpath.isfile(|path) 
  4404. ;
  4405. [posixpath.islink |G  Test whether a path is a symbolic link]
  4406. posixpath.islink(|path) 
  4407. ;
  4408. [posixpath.ismount |G  Test whether a path is a mount point]
  4409. posixpath.ismount(|path) 
  4410. ;
  4411. [posixpath.join |G  Join two or more pathname components, inserting '/' as needed]
  4412. posixpath.join(|a, *p) 
  4413. ;
  4414. [posixpath.normcase |G  Normalize case of pathname.  Has no effect under Posix]
  4415. posixpath.normcase(|s) 
  4416. ;
  4417. [posixpath.normpath |G  Normalize path, eliminating double slashes, etc.]
  4418. posixpath.normpath(|path) 
  4419. ;
  4420. [posixpath.realpath |G  Return the canonical path of the specified filename, eliminating any]
  4421. posixpath.realpath(|filename) 
  4422. ;
  4423. [posixpath.samefile |G  Test whether two pathnames reference the same actual file]
  4424. posixpath.samefile(|f1, f2) 
  4425. ;
  4426. [posixpath.sameopenfile |G  Test whether two open file objects reference the same file]
  4427. posixpath.sameopenfile(|fp1, fp2) 
  4428. ;
  4429. [posixpath.samestat |G  Test whether two stat buffers reference the same file]
  4430. posixpath.samestat(|s1, s2) 
  4431. ;
  4432. [posixpath.split |G  Split a pathname.  Returns tuple "(head, tail)" where "tail" is]
  4433. posixpath.split(|p) 
  4434. ;
  4435. [posixpath.splitdrive |G  Split a pathname into drive and path. On Posix, drive is always]
  4436. posixpath.splitdrive(|p) 
  4437. ;
  4438. [posixpath.splitext |G  Split the extension from a pathname.  Extension is everything from the]
  4439. posixpath.splitext(|p) 
  4440. ;
  4441. [posixpath.walk |G  Directory tree walk with callback function.]
  4442. posixpath.walk(|top, func, arg) 
  4443. ;
  4444. [pow |G -> number]
  4445. pow(|x, y[, z]) 
  4446. ;
  4447. [pprint.PrettyPrinter |G ]
  4448. pprint.PrettyPrinter(|indent=1, width=80, depth=None, stream=None)
  4449. ;
  4450. [pprint.StringIO |G -- Return a StringIO-like stream for reading or writing]
  4451. pprint.StringIO(|[s]) 
  4452. ;
  4453. [pprint._perfcheck |G ]
  4454. pprint._perfcheck(|object=None)
  4455. ;
  4456. [pprint._recursion |G ]
  4457. pprint._recursion(|object)
  4458. ;
  4459. [pprint._safe_repr |G ]
  4460. pprint._safe_repr(|object, context, maxlevels, level)
  4461. ;
  4462. [pprint.isreadable |G  Determine if saferepr(object) is readable by eval().]
  4463. pprint.isreadable(|object) 
  4464. ;
  4465. [pprint.isrecursive |G  Determine if object requires a recursive representation.]
  4466. pprint.isrecursive(|object) 
  4467. ;
  4468. [pprint.pformat |G  Format a Python object into a pretty-printed representation.]
  4469. pprint.pformat(|object) 
  4470. ;
  4471. [pprint.pprint |G  Pretty-print a Python object to a stream {default is sys.sydout}.]
  4472. pprint.pprint(|object, stream=None) 
  4473. ;
  4474. [pprint.saferepr |G  Version of repr() which can handle recursive data structures.]
  4475. pprint.saferepr(|object) 
  4476. ;
  4477. [pre.MatchObject |G  Holds a compiled regular expression pattern.]
  4478. pre.MatchObject(|re, string, pos, endpos, regs) 
  4479. ;
  4480. [pre.RegexObject |G  Holds a compiled regular expression pattern.]
  4481. pre.RegexObject(|pattern, flags, code, groupindex) 
  4482. ;
  4483. [pre._Dummy |G {class}]
  4484. pre._Dummy(|) 
  4485. ;
  4486. [pre._cachecompile |G ]
  4487. pre._cachecompile(|pattern, flags=0)
  4488. ;
  4489. [pre.compile |G -> RegexObject]
  4490. pre.compile(|pattern[, flags]) 
  4491. ;
  4492. [pre.error |G {class}]
  4493. pre.error(|) 
  4494. ;
  4495. [pre.escape |G -> string]
  4496. pre.escape(|string) 
  4497. ;
  4498. [pre.findall |G -> list]
  4499. pre.findall(|pattern, string) 
  4500. ;
  4501. [pre.match  |G -> MatchObject or None]
  4502. pre.match (|pattern, string[, flags]) 
  4503. ;
  4504. [pre.search  |G -> MatchObject or None]
  4505. pre.search (|pattern, string[, flags]) 
  4506. ;
  4507. [pre.split |G -> list of strings]
  4508. pre.split(|pattern, string[, maxsplit=0]) 
  4509. ;
  4510. [pre.sub |G -> string]
  4511. pre.sub(|pattern, repl, string[, count=0]) 
  4512. ;
  4513. [pre.subn |G -> (string, num substitutions)]
  4514. pre.subn(|pattern, repl, string[, count=0]) 
  4515. ;
  4516. [profile.Profile |G  Profiler class.]
  4517. profile.Profile(|timer=None, bias=None) 
  4518. ;
  4519. [profile.Stats |G ]
  4520. profile.Stats(|*args)
  4521. ;
  4522. [profile._get_time_times |G {function}]
  4523. profile._get_time_times(|) 
  4524. ;
  4525. [profile.help |G ]
  4526. profile.help(|)
  4527. ;
  4528. [profile.run |G  Run statement under profiler optionally saving results in filename]
  4529. profile.run(|statement, filename=None) 
  4530. ;
  4531. [property |G -> property attribute]
  4532. property(|fget=None, fset=None, fdel=None, doc=None) 
  4533. ;
  4534. [pstats.Stats |G  This class is used for creating reports from data generated by the]
  4535. pstats.Stats(|*args) 
  4536. ;
  4537. [pstats.TupleComp |G  This class provides a generic function for comparing any two tuples.]
  4538. pstats.TupleComp(|comp_select_list) 
  4539. ;
  4540. [pstats.add_callers |G  Combine two caller lists in a single list.]
  4541. pstats.add_callers(|target, source) 
  4542. ;
  4543. [pstats.add_func_stats |G  Add together all the stats for two profile entries.]
  4544. pstats.add_func_stats(|target, source) 
  4545. ;
  4546. [pstats.count_calls |G  Sum the caller statistics to get total number of calls received.]
  4547. pstats.count_calls(|callers) 
  4548. ;
  4549. [pstats.f8 |G ]
  4550. pstats.f8(|x)
  4551. ;
  4552. [pstats.func_get_function_name |G ]
  4553. pstats.func_get_function_name(|func)
  4554. ;
  4555. [pstats.func_std_string |G ]
  4556. pstats.func_std_string(|func_name)
  4557. ;
  4558. [pstats.func_strip_path |G ]
  4559. pstats.func_strip_path(|func_name)
  4560. ;
  4561. [py_compile.compile |G  Byte-compile one Python source file to Python bytecode.]
  4562. py_compile.compile(|file, cfile=None, dfile=None) 
  4563. ;
  4564. [py_compile.wr_long |G  Internal; write a 32-bit int to a file in little-endian order.]
  4565. py_compile.wr_long(|f, x) 
  4566. ;
  4567. [pyclbr.Class |G  Class to represent a Python class.]
  4568. pyclbr.Class(|module, name, super, file, lineno) 
  4569. ;
  4570. [pyclbr.Function |G  Class to represent a top-level Python function]
  4571. pyclbr.Function(|module, name, file, lineno) 
  4572. ;
  4573. [pyclbr._indent |G ]
  4574. pyclbr._indent(|ws, _expandtabs=string.expandtabs)
  4575. ;
  4576. [pyclbr.readmodule |G  Backwards compatible interface.]
  4577. pyclbr.readmodule(|module, path=[], inpackage=0) 
  4578. ;
  4579. [pyclbr.readmodule_ex |G  Read a module file and return a dictionary of classes.]
  4580. pyclbr.readmodule_ex(|module, path=[], inpackage=0) 
  4581. ;
  4582. [pydoc.Doc |G {class}]
  4583. pydoc.Doc(|) 
  4584. ;
  4585. [pydoc.ErrorDuringImport |G  Errors that occurred while trying to import something to document it.]
  4586. pydoc.ErrorDuringImport(|filename, (exc, value, tb)) 
  4587. ;
  4588. [pydoc.HTMLDoc |G  Formatter class for HTML documentation.]
  4589. pydoc.HTMLDoc(|) 
  4590. ;
  4591. [pydoc.HTMLRepr |G  Class for safely making an HTML representation of a Python object.]
  4592. pydoc.HTMLRepr(|) 
  4593. ;
  4594. [pydoc.Helper |G ]
  4595. pydoc.Helper(|input, output)
  4596. ;
  4597. [pydoc.ModuleScanner |G  An interruptible scanner that searches module synopses.]
  4598. pydoc.ModuleScanner(|) 
  4599. ;
  4600. [pydoc.Repr |G {class}]
  4601. pydoc.Repr(|) 
  4602. ;
  4603. [pydoc.Scanner |G  A generic tree iterator.]
  4604. pydoc.Scanner(|roots, children, descendp) 
  4605. ;
  4606. [pydoc.TextDoc |G  Formatter class for text documentation.]
  4607. pydoc.TextDoc(|) 
  4608. ;
  4609. [pydoc.TextRepr |G  Class for safely making a text representation of a Python object.]
  4610. pydoc.TextRepr(|) 
  4611. ;
  4612. [pydoc._is_some_method |G ]
  4613. pydoc._is_some_method(|object)
  4614. ;
  4615. [pydoc._split_list |G  Split sequence s via predicate, and return pair ({true}, {false}).]
  4616. pydoc._split_list(|s, predicate) 
  4617. ;
  4618. [pydoc.allmethods |G ]
  4619. pydoc.allmethods(|cl)
  4620. ;
  4621. [pydoc.apropos |G  Print all the one-line module summaries that contain a substring.]
  4622. pydoc.apropos(|key) 
  4623. ;
  4624. [pydoc.classname |G  Get a class name and qualify it with a module name if necessary.]
  4625. pydoc.classname(|object, modname) 
  4626. ;
  4627. [pydoc.cli |G  Command-line interface (looks at sys.argv to decide what to do).]
  4628. pydoc.cli(|) 
  4629. ;
  4630. [pydoc.cram |G  Omit part of a string if needed to make it fit in a maximum length.]
  4631. pydoc.cram(|text, maxlen) 
  4632. ;
  4633. [pydoc.describe |G  Produce a short description of the given thing.]
  4634. pydoc.describe(|thing) 
  4635. ;
  4636. [pydoc.doc |G  Display text documentation, given an object or a path to an object.]
  4637. pydoc.doc(|thing, title='Python Library Documentation: %s', forceload=0) 
  4638. ;
  4639. [pydoc.expandtabs |G -> string]
  4640. pydoc.expandtabs(|s [,tabsize]) 
  4641. ;
  4642. [pydoc.find |G -> in]
  4643. pydoc.find(|s, sub [,start [,end]]) 
  4644. ;
  4645. [pydoc.getdoc |G  Get the doc string or comments for an object.]
  4646. pydoc.getdoc(|object) 
  4647. ;
  4648. [pydoc.getpager |G  Decide what method to use for paging through text.]
  4649. pydoc.getpager(|) 
  4650. ;
  4651. [pydoc.gui |G  Graphical interface (starts web server and pops up a control window).]
  4652. pydoc.gui(|) 
  4653. ;
  4654. [pydoc.importfile |G  Import a Python source file or compiled file given its path.]
  4655. pydoc.importfile(|path) 
  4656. ;
  4657. [pydoc.isdata |G  Check if an object is of a type that probably means it's data.]
  4658. pydoc.isdata(|object) 
  4659. ;
  4660. [pydoc.ispackage |G  Guess whether a path refers to a package directory.]
  4661. pydoc.ispackage(|path) 
  4662. ;
  4663. [pydoc.ispath |G ]
  4664. pydoc.ispath(|x)
  4665. ;
  4666. [pydoc.join |G -> string]
  4667. pydoc.join(|list [,sep]) 
  4668. ;
  4669. [pydoc.locate |G  Locate an object by name or dotted path, importing as necessary.]
  4670. pydoc.locate(|path, forceload=0) 
  4671. ;
  4672. [pydoc.lower |G -> string]
  4673. pydoc.lower(|s) 
  4674. ;
  4675. [pydoc.pager |G  The first time this is called, determine what kind of pager to use.]
  4676. pydoc.pager(|text) 
  4677. ;
  4678. [pydoc.pathdirs |G  Convert sys.path into a list of absolute, existing, unique paths.]
  4679. pydoc.pathdirs(|) 
  4680. ;
  4681. [pydoc.pipepager |G  Page through text by feeding it to another program.]
  4682. pydoc.pipepager(|text, cmd) 
  4683. ;
  4684. [pydoc.plain |G  Remove boldface formatting from text.]
  4685. pydoc.plain(|text) 
  4686. ;
  4687. [pydoc.plainpager |G  Simply print unformatted text.  This is the ultimate fallback.]
  4688. pydoc.plainpager(|text) 
  4689. ;
  4690. [pydoc.replace |G  Do a series of global replacements on a string.]
  4691. pydoc.replace(|text, *pairs) 
  4692. ;
  4693. [pydoc.resolve |G  Given an object or a path to an object, get the object and its name.]
  4694. pydoc.resolve(|thing, forceload=0) 
  4695. ;
  4696. [pydoc.rfind |G -> int]
  4697. pydoc.rfind(|s, sub [,start [,end]]) 
  4698. ;
  4699. [pydoc.rstrip |G -> string]
  4700. pydoc.rstrip(|s) 
  4701. ;
  4702. [pydoc.safeimport |G  Import a module; handle errors; return None if the module isn't found.]
  4703. pydoc.safeimport(|path, forceload=0, cache={}) 
  4704. ;
  4705. [pydoc.serve |G ]
  4706. pydoc.serve(|port, callback=None, completer=None)
  4707. ;
  4708. [pydoc.split |G -> list of strings]
  4709. pydoc.split(|s [,sep [,maxsplit]]) 
  4710. ;
  4711. [pydoc.splitdoc |G  Split a doc string into a synopsis line (if any) and the rest.]
  4712. pydoc.splitdoc(|doc) 
  4713. ;
  4714. [pydoc.strip |G -> string]
  4715. pydoc.strip(|s) 
  4716. ;
  4717. [pydoc.stripid |G  Remove the hexadecimal id from a Python object representation.]
  4718. pydoc.stripid(|text) 
  4719. ;
  4720. [pydoc.synopsis |G  Get the one-line summary out of a module file.]
  4721. pydoc.synopsis(|filename, cache={}) 
  4722. ;
  4723. [pydoc.tempfilepager |G  Page through text by invoking a program on a temporary file.]
  4724. pydoc.tempfilepager(|text, cmd) 
  4725. ;
  4726. [pydoc.ttypager |G  Page through text on a text terminal.]
  4727. pydoc.ttypager(|text) 
  4728. ;
  4729. [pydoc.writedoc |G  Write HTML documentation to a file in the current directory.]
  4730. pydoc.writedoc(|thing, forceload=0) 
  4731. ;
  4732. [pydoc.writedocs |G  Write out HTML documentation for all modules in a directory tree.]
  4733. pydoc.writedocs(|dir, pkgpath='', done=None) 
  4734. ;
  4735. [pyexpat.ErrorString |G -> string]
  4736. pyexpat.ErrorString(|errno) 
  4737. ;
  4738. [pyexpat.ExpatError |G {class}]
  4739. pyexpat.ExpatError(|) 
  4740. ;
  4741. [pyexpat.ParserCreate |G -> parser]
  4742. pyexpat.ParserCreate(|[encoding[, namespace_separator]]) 
  4743. ;
  4744. [pyexpat.error |G {class}]
  4745. pyexpat.error(|) 
  4746. ;
  4747. [pyhelp.Parser |G ]
  4748. pyhelp.Parser(|url, verbose=0)
  4749. ;
  4750. [pyhelp.cgi_help |G ]
  4751. pyhelp.cgi_help(|)
  4752. ;
  4753. [pyhelp.find_topics |G ]
  4754. pyhelp.find_topics(|topic, version, regexp, rebuild)
  4755. ;
  4756. [pyhelp.get_anchors |G ]
  4757. pyhelp.get_anchors(|version, rebuild)
  4758. ;
  4759. [pyhelp.get_tempdir |G ]
  4760. pyhelp.get_tempdir(|)
  4761. ;
  4762. [pyhelp.help |G ]
  4763. pyhelp.help(|topic, version="2.2", regexp=0, rebuild=0)
  4764. ;
  4765. [pyhelp.main |G ]
  4766. pyhelp.main(|)
  4767. ;
  4768. [quopri.b2a_qp |G -> s;]
  4769. quopri.b2a_qp(|data, quotetabs=0, istext=1, header=0) 
  4770. ;
  4771. [quopri.decode |G  Read 'input', apply quoted-printable decoding, and write to 'output'.]
  4772. quopri.decode(|input, output, header = 0) 
  4773. ;
  4774. [quopri.decodestring |G ]
  4775. quopri.decodestring(|s, header = 0)
  4776. ;
  4777. [quopri.encode |G  Read 'input', apply quoted-printable encoding, and write to 'output'.]
  4778. quopri.encode(|input, output, quotetabs, header = 0) 
  4779. ;
  4780. [quopri.encodestring |G ]
  4781. quopri.encodestring(|s, quotetabs = 0, header = 0)
  4782. ;
  4783. [quopri.ishex |G  Return true if the character 'c' is a hexadecimal digit.]
  4784. quopri.ishex(|c) 
  4785. ;
  4786. [quopri.main |G ]
  4787. quopri.main(|)
  4788. ;
  4789. [quopri.needsquoting |G  Decide whether a particular character needs to be quoted.]
  4790. quopri.needsquoting(|c, quotetabs, header) 
  4791. ;
  4792. [quopri.quote |G  Quote a single character.]
  4793. quopri.quote(|c) 
  4794. ;
  4795. [quopri.unhex |G  Get the integer value of a hexadecimal number.]
  4796. quopri.unhex(|s) 
  4797. ;
  4798. [random.Random |G  Random number generator base class used by bound module functions.]
  4799. random.Random(|x=None) 
  4800. ;
  4801. [random._test |G ]
  4802. random._test(|N=20000)
  4803. ;
  4804. [random._test_generator |G ]
  4805. random._test_generator(|n, funccall)
  4806. ;
  4807. [range |G -> list of integers]
  4808. range(|[start,] stop[, step]) 
  4809. ;
  4810. [raw_input |G -> string]
  4811. raw_input(|[prompt]) 
  4812. ;
  4813. [re.compile |G  Compile a regular expression pattern, returning a pattern object.]
  4814. re.compile(|) 
  4815. ;
  4816. [re.error |G {class}]
  4817. re.error(|) 
  4818. ;
  4819. [re.escape |G  Escape all non-alphanumeric characters in pattern.]
  4820. re.escape(|) 
  4821. ;
  4822. [re.findall |G  Return a list of all non-overlapping matches in the string.]
  4823. re.findall(|) 
  4824. ;
  4825. [re.finditer |G  Return an iterator over all non-overlapping matches in the]
  4826. re.finditer(|) 
  4827. ;
  4828. [re.match |G  Try to apply the pattern at the start of the string, returning]
  4829. re.match(|) 
  4830. ;
  4831. [re.purge |G  Clear the regular expression cache]
  4832. re.purge(|) 
  4833. ;
  4834. [re.search |G  Scan through string looking for a match to the pattern, returning]
  4835. re.search(|) 
  4836. ;
  4837. [re.split |G  Split the source string by the occurrences of the pattern,]
  4838. re.split(|) 
  4839. ;
  4840. [re.sub |G  Return the string obtained by replacing the leftmost]
  4841. re.sub(|) 
  4842. ;
  4843. [re.subn |G  Return a 2-tuple containing (new_string, number).]
  4844. re.subn(|) 
  4845. ;
  4846. [re.template |G  Compile a template pattern, returning a pattern object]
  4847. re.template(|) 
  4848. ;
  4849. [reconvert.convert |G  Convert a regex regular expression to re syntax.]
  4850. reconvert.convert(|s, syntax=None) 
  4851. ;
  4852. [reconvert.main |G  Main program -- called when run as a script.]
  4853. reconvert.main(|) 
  4854. ;
  4855. [reconvert.quote |G  Convert a string object to a quoted string literal.]
  4856. reconvert.quote(|s, quote=None) 
  4857. ;
  4858. [reduce |G -> value]
  4859. reduce(|function, sequence[, initial]) 
  4860. ;
  4861. [regex.error |G {class}]
  4862. regex.error(|) 
  4863. ;
  4864. [regsub.capwords |G ]
  4865. regsub.capwords(|str, pat='[^a-zA-Z0-9_]+')
  4866. ;
  4867. [regsub.clear_cache |G ]
  4868. regsub.clear_cache(|)
  4869. ;
  4870. [regsub.compile |G ]
  4871. regsub.compile(|pat)
  4872. ;
  4873. [regsub.expand |G ]
  4874. regsub.expand(|repl, regs, str)
  4875. ;
  4876. [regsub.gsub |G ]
  4877. regsub.gsub(|pat, repl, str)
  4878. ;
  4879. [regsub.intsplit |G ]
  4880. regsub.intsplit(|str, pat, maxsplit, retain)
  4881. ;
  4882. [regsub.split |G ]
  4883. regsub.split(|str, pat, maxsplit = 0)
  4884. ;
  4885. [regsub.splitx |G ]
  4886. regsub.splitx(|str, pat, maxsplit = 0)
  4887. ;
  4888. [regsub.sub |G ]
  4889. regsub.sub(|pat, repl, str)
  4890. ;
  4891. [regsub.test |G ]
  4892. regsub.test(|)
  4893. ;
  4894. [reload |G -> module]
  4895. reload(|module) 
  4896. ;
  4897. [repr |G -> string]
  4898. repr(|object) 
  4899. ;
  4900. [repr.Repr |G {class}]
  4901. repr.Repr(|) 
  4902. ;
  4903. [rexec.FileBase |G {class}]
  4904. rexec.FileBase(|) 
  4905. ;
  4906. [rexec.FileDelegate |G ]
  4907. rexec.FileDelegate(|mod, name)
  4908. ;
  4909. [rexec.FileWrapper |G ]
  4910. rexec.FileWrapper(|f)
  4911. ;
  4912. [rexec.RExec |G  Basic restricted execution framework.]
  4913. rexec.RExec(|hooks = None, verbose = 0) 
  4914. ;
  4915. [rexec.RHooks |G ]
  4916. rexec.RHooks(|*args)
  4917. ;
  4918. [rexec.RModuleImporter |G  A module importer that supports packages.]
  4919. rexec.RModuleImporter(|) 
  4920. ;
  4921. [rexec.RModuleLoader |G  Fancy module loader -- parses and execs the code itself.]
  4922. rexec.RModuleLoader(|) 
  4923. ;
  4924. [rexec.test |G ]
  4925. rexec.test(|)
  4926. ;
  4927. [rfc822.AddressList |G  An AddressList encapsulates a list of parsed RFC 2822 addresses.]
  4928. rfc822.AddressList(|field) 
  4929. ;
  4930. [rfc822.AddrlistClass |G  Address parser class by Ben Escoto.]
  4931. rfc822.AddrlistClass(|field) 
  4932. ;
  4933. [rfc822.Message |G  Represents a single RFC 2822-compliant message.]
  4934. rfc822.Message(|fp, seekable = 1) 
  4935. ;
  4936. [rfc822.dump_address_pair |G  Dump a (name, address) pair in a canonicalized form.]
  4937. rfc822.dump_address_pair(|pair) 
  4938. ;
  4939. [rfc822.formatdate |G  Returns time format preferred for Internet standards.]
  4940. rfc822.formatdate(|timeval=None) 
  4941. ;
  4942. [rfc822.mktime_tz |G  Turn a 10-tuple as returned by parsedate_tz() into a UTC timestamp.]
  4943. rfc822.mktime_tz(|data) 
  4944. ;
  4945. [rfc822.parseaddr |G  Parse an address into a (realname, mailaddr) tuple.]
  4946. rfc822.parseaddr(|address) 
  4947. ;
  4948. [rfc822.parsedate |G  Convert a time string to a time tuple.]
  4949. rfc822.parsedate(|data) 
  4950. ;
  4951. [rfc822.parsedate_tz |G  Convert a date string to a time tuple.]
  4952. rfc822.parsedate_tz(|data) 
  4953. ;
  4954. [rfc822.quote |G  Add quotes around a string.]
  4955. rfc822.quote(|str) 
  4956. ;
  4957. [rfc822.unquote |G  Remove quotes from a string.]
  4958. rfc822.unquote(|str) 
  4959. ;
  4960. [rgbimg.error |G {class}]
  4961. rgbimg.error(|) 
  4962. ;
  4963. [rlcompleter.Completer |G {class}]
  4964. rlcompleter.Completer(|) 
  4965. ;
  4966. [rlcompleter.get_class_members |G ]
  4967. rlcompleter.get_class_members(|klass)
  4968. ;
  4969. [robotparser.Entry |G  An entry has one or more user-agents and zero or more rulelines]
  4970. robotparser.Entry(|) 
  4971. ;
  4972. [robotparser.RobotFileParser |G ]
  4973. robotparser.RobotFileParser(|url='')
  4974. ;
  4975. [robotparser.RuleLine |G  A rule line is a single "Allow:" (allowance==1) or "Disallow:"]
  4976. robotparser.RuleLine(|path, allowance) 
  4977. ;
  4978. [robotparser.URLopener |G ]
  4979. robotparser.URLopener(|*args)
  4980. ;
  4981. [robotparser._check |G ]
  4982. robotparser._check(|a,b)
  4983. ;
  4984. [robotparser._debug |G ]
  4985. robotparser._debug(|msg)
  4986. ;
  4987. [robotparser._test |G ]
  4988. robotparser._test(|)
  4989. ;
  4990. [round |G -> floating point number]
  4991. round(|number[, ndigits]) 
  4992. ;
  4993. [sched.scheduler |G ]
  4994. sched.scheduler(|timefunc, delayfunc)
  4995. ;
  4996. [select.error |G {class}]
  4997. select.error(|) 
  4998. ;
  4999. [select.select |G -> (rlist, wlist, xlist)]
  5000. select.select(|rlist, wlist, xlist[, timeout]) 
  5001. ;
  5002. [setattr |G ]
  5003. setattr(|object, name, value)
  5004. ;
  5005. [sgmllib.SGMLParseError |G  Exception raised for all parse errors.]
  5006. sgmllib.SGMLParseError(|) 
  5007. ;
  5008. [sgmllib.SGMLParser |G ]
  5009. sgmllib.SGMLParser(|verbose=0)
  5010. ;
  5011. [sgmllib.TestSGMLParser |G ]
  5012. sgmllib.TestSGMLParser(|verbose=0)
  5013. ;
  5014. [sgmllib.test |G ]
  5015. sgmllib.test(|args = None)
  5016. ;
  5017. [shelve.BsdDbShelf |G  Shelf implementation using the "BSD" db interface.]
  5018. shelve.BsdDbShelf(|dict) 
  5019. ;
  5020. [shelve.DbfilenameShelf |G  Shelf implementation using the "anydbm" generic dbm interface.]
  5021. shelve.DbfilenameShelf(|filename, flag='c') 
  5022. ;
  5023. [shelve.Pickler |G -- Create a pickler]
  5024. shelve.Pickler(|file, [binary]) 
  5025. ;
  5026. [shelve.Shelf |G  Base class for shelf implementations.]
  5027. shelve.Shelf(|dict) 
  5028. ;
  5029. [shelve.StringIO |G -- Return a StringIO-like stream for reading or writing]
  5030. shelve.StringIO(|[s]) 
  5031. ;
  5032. [shelve.Unpickler |G -- Create an unpickler]
  5033. shelve.Unpickler(|file) 
  5034. ;
  5035. [shelve.open |G  Open a persistent dictionary for reading and writing.]
  5036. shelve.open(|filename, flag='c') 
  5037. ;
  5038. [shlex.shlex |G  A lexical analyzer class for simple shell-like syntaxes.]
  5039. shlex.shlex(|instream=None, infile=None) 
  5040. ;
  5041. [shutil._build_cmdtuple |G ]
  5042. shutil._build_cmdtuple(|path, cmdtuples)
  5043. ;
  5044. [shutil.copy |G  Copy data and mode bits ("cp src dst").]
  5045. shutil.copy(|src, dst) 
  5046. ;
  5047. [shutil.copy2 |G  Copy data and all stat info ("cp -p src dst").]
  5048. shutil.copy2(|src, dst) 
  5049. ;
  5050. [shutil.copyfile |G  Copy data from src to dst]
  5051. shutil.copyfile(|src, dst) 
  5052. ;
  5053. [shutil.copyfileobj |G  copy data from file-like object fsrc to file-like object fdst]
  5054. shutil.copyfileobj(|fsrc, fdst, length=16*1024) 
  5055. ;
  5056. [shutil.copymode |G  Copy mode bits from src to dst]
  5057. shutil.copymode(|src, dst) 
  5058. ;
  5059. [shutil.copystat |G  Copy all stat info (mode bits, atime and mtime) from src to dst]
  5060. shutil.copystat(|src, dst) 
  5061. ;
  5062. [shutil.copytree |G  Recursively copy a directory tree using copy2().]
  5063. shutil.copytree(|src, dst, symlinks=0) 
  5064. ;
  5065. [shutil.rmtree |G  Recursively delete a directory tree.]
  5066. shutil.rmtree(|path, ignore_errors=0, onerror=None) 
  5067. ;
  5068. [signal.default_int_handler |G It raises KeyboardInterrupt.]
  5069. signal.default_int_handler(|...)
  5070. ;
  5071. [signal.getsignal |G -> action]
  5072. signal.getsignal(|sig) 
  5073. ;
  5074. [signal.signal |G -> action]
  5075. signal.signal(|sig, action) 
  5076. ;
  5077. [site._Helper |G {class}]
  5078. site._Helper(|) 
  5079. ;
  5080. [site._Printer |G ]
  5081. site._Printer(|name, data, files=(), dirs=())
  5082. ;
  5083. [site._init_pathinfo |G ]
  5084. site._init_pathinfo(|)
  5085. ;
  5086. [site._test |G ]
  5087. site._test(|)
  5088. ;
  5089. [site.addpackage |G ]
  5090. site.addpackage(|sitedir, name)
  5091. ;
  5092. [site.addsitedir |G ]
  5093. site.addsitedir(|sitedir)
  5094. ;
  5095. [site.makepath |G ]
  5096. site.makepath(|*paths)
  5097. ;
  5098. [slice |G -> slice object]
  5099. slice(|[start,] stop[, step]) 
  5100. ;
  5101. [smtpd.DebuggingServer |G {class}]
  5102. smtpd.DebuggingServer(|) 
  5103. ;
  5104. [smtpd.Devnull |G {class}]
  5105. smtpd.Devnull(|) 
  5106. ;
  5107. [smtpd.MailmanProxy |G {class}]
  5108. smtpd.MailmanProxy(|) 
  5109. ;
  5110. [smtpd.Options |G {class}]
  5111. smtpd.Options(|) 
  5112. ;
  5113. [smtpd.PureProxy |G {class}]
  5114. smtpd.PureProxy(|) 
  5115. ;
  5116. [smtpd.SMTPChannel |G ]
  5117. smtpd.SMTPChannel(|server, conn, addr)
  5118. ;
  5119. [smtpd.SMTPServer |G ]
  5120. smtpd.SMTPServer(|localaddr, remoteaddr)
  5121. ;
  5122. [smtpd.parseargs |G ]
  5123. smtpd.parseargs(|)
  5124. ;
  5125. [smtpd.usage |G ]
  5126. smtpd.usage(|code, msg='')
  5127. ;
  5128. [smtplib.SMTP |G  This class manages a connection to an SMTP or ESMTP server.]
  5129. smtplib.SMTP(|host = '', port = 0) 
  5130. ;
  5131. [smtplib.SMTPAuthenticationError |G  Authentication error.]
  5132. smtplib.SMTPAuthenticationError(|) 
  5133. ;
  5134. [smtplib.SMTPConnectError |G  Error during connection establishment.]
  5135. smtplib.SMTPConnectError(|) 
  5136. ;
  5137. [smtplib.SMTPDataError |G  The SMTP server didn't accept the data.]
  5138. smtplib.SMTPDataError(|) 
  5139. ;
  5140. [smtplib.SMTPException |G  Base class for all exceptions raised by this module.]
  5141. smtplib.SMTPException(|) 
  5142. ;
  5143. [smtplib.SMTPHeloError |G  The server refused our HELO reply.]
  5144. smtplib.SMTPHeloError(|) 
  5145. ;
  5146. [smtplib.SMTPRecipientsRefused |G  All recipient addresses refused.]
  5147. smtplib.SMTPRecipientsRefused(|recipients) 
  5148. ;
  5149. [smtplib.SMTPResponseException |G  Base class for all exceptions that include an SMTP error code.]
  5150. smtplib.SMTPResponseException(|code, msg) 
  5151. ;
  5152. [smtplib.SMTPSenderRefused |G  Sender address refused.]
  5153. smtplib.SMTPSenderRefused(|code, msg, sender) 
  5154. ;
  5155. [smtplib.SMTPServerDisconnected |G  Not connected to any SMTP server.]
  5156. smtplib.SMTPServerDisconnected(|) 
  5157. ;
  5158. [smtplib.SSLFakeFile |G  A fake file like object that really wraps a SSLObject.]
  5159. smtplib.SSLFakeFile(|) 
  5160. ;
  5161. [smtplib.SSLFakeSocket |G  A fake socket object that really wraps a SSLObject.]
  5162. smtplib.SSLFakeSocket(|realsock, sslobj) 
  5163. ;
  5164. [smtplib.encode_base64 |G ]
  5165. smtplib.encode_base64(|s, eol=None)
  5166. ;
  5167. [smtplib.quoteaddr |G  Quote a subset of the email addresses defined by RFC 821.]
  5168. smtplib.quoteaddr(|addr) 
  5169. ;
  5170. [smtplib.quotedata |G  Quote data for email.]
  5171. smtplib.quotedata(|data) 
  5172. ;
  5173. [sndhdr.get_long_be |G ]
  5174. sndhdr.get_long_be(|s)
  5175. ;
  5176. [sndhdr.get_long_le |G ]
  5177. sndhdr.get_long_le(|s)
  5178. ;
  5179. [sndhdr.get_short_be |G ]
  5180. sndhdr.get_short_be(|s)
  5181. ;
  5182. [sndhdr.get_short_le |G ]
  5183. sndhdr.get_short_le(|s)
  5184. ;
  5185. [sndhdr.test |G ]
  5186. sndhdr.test(|)
  5187. ;
  5188. [sndhdr.test_8svx |G ]
  5189. sndhdr.test_8svx(|h, f)
  5190. ;
  5191. [sndhdr.test_aifc |G ]
  5192. sndhdr.test_aifc(|h, f)
  5193. ;
  5194. [sndhdr.test_au |G ]
  5195. sndhdr.test_au(|h, f)
  5196. ;
  5197. [sndhdr.test_hcom |G ]
  5198. sndhdr.test_hcom(|h, f)
  5199. ;
  5200. [sndhdr.test_sndr |G ]
  5201. sndhdr.test_sndr(|h, f)
  5202. ;
  5203. [sndhdr.test_sndt |G ]
  5204. sndhdr.test_sndt(|h, f)
  5205. ;
  5206. [sndhdr.test_voc |G ]
  5207. sndhdr.test_voc(|h, f)
  5208. ;
  5209. [sndhdr.test_wav |G ]
  5210. sndhdr.test_wav(|h, f)
  5211. ;
  5212. [sndhdr.testall |G ]
  5213. sndhdr.testall(|list, recursive, toplevel)
  5214. ;
  5215. [sndhdr.what |G  Guess the type of a sound file]
  5216. sndhdr.what(|filename) 
  5217. ;
  5218. [sndhdr.whathdr |G  Recognize sound headers]
  5219. sndhdr.whathdr(|filename) 
  5220. ;
  5221. [socket._fileobject |G ]
  5222. socket._fileobject(|sock, mode, bufsize)
  5223. ;
  5224. [socket._socketobject |G ]
  5225. socket._socketobject(|sock)
  5226. ;
  5227. [socket.error |G {class}]
  5228. socket.error(|) 
  5229. ;
  5230. [socket.gaierror |G {class}]
  5231. socket.gaierror(|) 
  5232. ;
  5233. [socket.getfqdn |G  Get fully qualified domain name from name.]
  5234. socket.getfqdn(|name='') 
  5235. ;
  5236. [socket.gethostbyaddr |G -> (name, aliaslist, addresslist)]
  5237. socket.gethostbyaddr(|host) 
  5238. ;
  5239. [socket.gethostbyname |G -> address]
  5240. socket.gethostbyname(|host) 
  5241. ;
  5242. [socket.gethostbyname_ex |G -> (name, aliaslist, addresslist)]
  5243. socket.gethostbyname_ex(|host) 
  5244. ;
  5245. [socket.gethostname |G -> string]
  5246. socket.gethostname(|) 
  5247. ;
  5248. [socket.getprotobyname |G -> integer]
  5249. socket.getprotobyname(|name) 
  5250. ;
  5251. [socket.getservbyname |G -> integer]
  5252. socket.getservbyname(|servicename, protocolname) 
  5253. ;
  5254. [socket.herror |G {class}]
  5255. socket.herror(|) 
  5256. ;
  5257. [socket.htonl |G -> integer]
  5258. socket.htonl(|integer) 
  5259. ;
  5260. [socket.htons |G -> integer]
  5261. socket.htons(|integer) 
  5262. ;
  5263. [socket.inet_aton |G -> packed 32-bit IP representation]
  5264. socket.inet_aton(|string) 
  5265. ;
  5266. [socket.inet_ntoa |G -> ip_address_string]
  5267. socket.inet_ntoa(|packed_ip) 
  5268. ;
  5269. [socket.ntohl |G -> integer]
  5270. socket.ntohl(|integer) 
  5271. ;
  5272. [socket.ntohs |G -> integer]
  5273. socket.ntohs(|integer) 
  5274. ;
  5275. [socket.socket |G {function}]
  5276. socket.socket(|) 
  5277. ;
  5278. [sre.Scanner |G ]
  5279. sre.Scanner(|lexicon, flags=0)
  5280. ;
  5281. [sre._compile |G ]
  5282. sre._compile(|*key)
  5283. ;
  5284. [sre._compile_repl |G ]
  5285. sre._compile_repl(|*key)
  5286. ;
  5287. [sre._expand |G ]
  5288. sre._expand(|pattern, match, template)
  5289. ;
  5290. [sre._join |G ]
  5291. sre._join(|seq, sep)
  5292. ;
  5293. [sre._pickle |G ]
  5294. sre._pickle(|p)
  5295. ;
  5296. [sre._subx |G ]
  5297. sre._subx(|pattern, template)
  5298. ;
  5299. [sre.compile |G  Compile a regular expression pattern, returning a pattern object.]
  5300. sre.compile(|pattern, flags=0) 
  5301. ;
  5302. [sre.error |G {class}]
  5303. sre.error(|) 
  5304. ;
  5305. [sre.escape |G  Escape all non-alphanumeric characters in pattern.]
  5306. sre.escape(|pattern) 
  5307. ;
  5308. [sre.findall |G  Return a list of all non-overlapping matches in the string.]
  5309. sre.findall(|pattern, string) 
  5310. ;
  5311. [sre.finditer |G  Return an iterator over all non-overlapping matches in the]
  5312. sre.finditer(|) 
  5313. ;
  5314. [sre.match |G  Try to apply the pattern at the start of the string, returning]
  5315. sre.match(|pattern, string, flags=0) 
  5316. ;
  5317. [sre.purge |G  Clear the regular expression cache]
  5318. sre.purge(|) 
  5319. ;
  5320. [sre.search |G  Scan through string looking for a match to the pattern, returning]
  5321. sre.search(|pattern, string, flags=0) 
  5322. ;
  5323. [sre.split |G  Split the source string by the occurrences of the pattern,]
  5324. sre.split(|pattern, string, maxsplit=0) 
  5325. ;
  5326. [sre.sub |G  Return the string obtained by replacing the leftmost]
  5327. sre.sub(|pattern, repl, string, count=0) 
  5328. ;
  5329. [sre.subn |G  Return a 2-tuple containing (new_string, number).]
  5330. sre.subn(|pattern, repl, string, count=0) 
  5331. ;
  5332. [sre.template |G  Compile a template pattern, returning a pattern object]
  5333. sre.template(|pattern, flags=0) 
  5334. ;
  5335. [sre_compile._code |G ]
  5336. sre_compile._code(|p, flags)
  5337. ;
  5338. [sre_compile._compile |G ]
  5339. sre_compile._compile(|code, pattern, flags)
  5340. ;
  5341. [sre_compile._compile_charset |G ]
  5342. sre_compile._compile_charset(|charset, flags, code, fixup=None)
  5343. ;
  5344. [sre_compile._compile_info |G ]
  5345. sre_compile._compile_info(|code, pattern, flags)
  5346. ;
  5347. [sre_compile._mk_bitmap |G ]
  5348. sre_compile._mk_bitmap(|bits)
  5349. ;
  5350. [sre_compile._optimize_charset |G ]
  5351. sre_compile._optimize_charset(|charset, fixup)
  5352. ;
  5353. [sre_compile._optimize_unicode |G ]
  5354. sre_compile._optimize_unicode(|charset, fixup)
  5355. ;
  5356. [sre_compile._simple |G ]
  5357. sre_compile._simple(|av)
  5358. ;
  5359. [sre_compile.compile |G ]
  5360. sre_compile.compile(|p, flags=0)
  5361. ;
  5362. [sre_compile.error |G {class}]
  5363. sre_compile.error(|) 
  5364. ;
  5365. [sre_compile.makedict |G {function}]
  5366. sre_compile.makedict(|) 
  5367. ;
  5368. [sre_constants.error |G {class}]
  5369. sre_constants.error(|) 
  5370. ;
  5371. [sre_constants.makedict |G ]
  5372. sre_constants.makedict(|list)
  5373. ;
  5374. [sre_parse.Pattern |G {class}]
  5375. sre_parse.Pattern(|) 
  5376. ;
  5377. [sre_parse.SubPattern |G ]
  5378. sre_parse.SubPattern(|pattern, data=None)
  5379. ;
  5380. [sre_parse.Tokenizer |G ]
  5381. sre_parse.Tokenizer(|string)
  5382. ;
  5383. [sre_parse._class_escape |G ]
  5384. sre_parse._class_escape(|source, escape)
  5385. ;
  5386. [sre_parse._escape |G ]
  5387. sre_parse._escape(|source, escape, state)
  5388. ;
  5389. [sre_parse._group |G ]
  5390. sre_parse._group(|escape, groups)
  5391. ;
  5392. [sre_parse._parse |G ]
  5393. sre_parse._parse(|source, state)
  5394. ;
  5395. [sre_parse._parse_sub |G ]
  5396. sre_parse._parse_sub(|source, state, nested=1)
  5397. ;
  5398. [sre_parse.error |G {class}]
  5399. sre_parse.error(|) 
  5400. ;
  5401. [sre_parse.expand_template |G ]
  5402. sre_parse.expand_template(|template, match)
  5403. ;
  5404. [sre_parse.isdigit |G ]
  5405. sre_parse.isdigit(|char)
  5406. ;
  5407. [sre_parse.isident |G ]
  5408. sre_parse.isident(|char)
  5409. ;
  5410. [sre_parse.isname |G ]
  5411. sre_parse.isname(|name)
  5412. ;
  5413. [sre_parse.makedict |G {function}]
  5414. sre_parse.makedict(|) 
  5415. ;
  5416. [sre_parse.parse |G ]
  5417. sre_parse.parse(|str, flags=0, pattern=None)
  5418. ;
  5419. [sre_parse.parse_template |G ]
  5420. sre_parse.parse_template(|source, pattern)
  5421. ;
  5422. [stat.S_IFMT |G ]
  5423. stat.S_IFMT(|mode)
  5424. ;
  5425. [stat.S_IMODE |G ]
  5426. stat.S_IMODE(|mode)
  5427. ;
  5428. [stat.S_ISBLK |G ]
  5429. stat.S_ISBLK(|mode)
  5430. ;
  5431. [stat.S_ISCHR |G ]
  5432. stat.S_ISCHR(|mode)
  5433. ;
  5434. [stat.S_ISDIR |G ]
  5435. stat.S_ISDIR(|mode)
  5436. ;
  5437. [stat.S_ISFIFO |G ]
  5438. stat.S_ISFIFO(|mode)
  5439. ;
  5440. [stat.S_ISLNK |G ]
  5441. stat.S_ISLNK(|mode)
  5442. ;
  5443. [stat.S_ISREG |G ]
  5444. stat.S_ISREG(|mode)
  5445. ;
  5446. [stat.S_ISSOCK |G ]
  5447. stat.S_ISSOCK(|mode)
  5448. ;
  5449. [statcache.S_IFMT |G {function}]
  5450. statcache.S_IFMT(|) 
  5451. ;
  5452. [statcache.S_IMODE |G {function}]
  5453. statcache.S_IMODE(|) 
  5454. ;
  5455. [statcache.S_ISBLK |G {function}]
  5456. statcache.S_ISBLK(|) 
  5457. ;
  5458. [statcache.S_ISCHR |G {function}]
  5459. statcache.S_ISCHR(|) 
  5460. ;
  5461. [statcache.S_ISDIR |G {function}]
  5462. statcache.S_ISDIR(|) 
  5463. ;
  5464. [statcache.S_ISFIFO |G {function}]
  5465. statcache.S_ISFIFO(|) 
  5466. ;
  5467. [statcache.S_ISLNK |G {function}]
  5468. statcache.S_ISLNK(|) 
  5469. ;
  5470. [statcache.S_ISREG |G {function}]
  5471. statcache.S_ISREG(|) 
  5472. ;
  5473. [statcache.S_ISSOCK |G {function}]
  5474. statcache.S_ISSOCK(|) 
  5475. ;
  5476. [statcache.forget |G  Remove a given item from the cache, if it exists.]
  5477. statcache.forget(|path) 
  5478. ;
  5479. [statcache.forget_dir |G  Forget a directory and all entries except for entries in subdirs.]
  5480. statcache.forget_dir(|prefix) 
  5481. ;
  5482. [statcache.forget_except_prefix |G  Remove all pathnames except with a given prefix.]
  5483. statcache.forget_except_prefix(|prefix) 
  5484. ;
  5485. [statcache.forget_prefix |G  Remove all pathnames with a given prefix.]
  5486. statcache.forget_prefix(|prefix) 
  5487. ;
  5488. [statcache.isdir |G  Return 1 if directory, else 0.]
  5489. statcache.isdir(|path) 
  5490. ;
  5491. [statcache.reset |G  Clear the cache.]
  5492. statcache.reset(|) 
  5493. ;
  5494. [statcache.stat |G  Stat a file, possibly out of the cache.]
  5495. statcache.stat(|path) 
  5496. ;
  5497. [staticmethod |G -> method]
  5498. staticmethod(|function) 
  5499. ;
  5500. [str |G -> string]
  5501. str(|object) 
  5502. ;
  5503. [string.atof |G -> float]
  5504. string.atof(|s) 
  5505. ;
  5506. [string.atof_error |G  Inappropriate argument value (of correct type).]
  5507. string.atof_error(|) 
  5508. ;
  5509. [string.atoi |G -> int]
  5510. string.atoi(|s [,base]) 
  5511. ;
  5512. [string.atoi_error |G  Inappropriate argument value (of correct type).]
  5513. string.atoi_error(|) 
  5514. ;
  5515. [string.atol |G -> long]
  5516. string.atol(|s [,base]) 
  5517. ;
  5518. [string.atol_error |G  Inappropriate argument value (of correct type).]
  5519. string.atol_error(|) 
  5520. ;
  5521. [string.capitalize |G -> string]
  5522. string.capitalize(|s) 
  5523. ;
  5524. [string.capwords |G -> string]
  5525. string.capwords(|s, [sep]) 
  5526. ;
  5527. [string.center |G -> string]
  5528. string.center(|s, width) 
  5529. ;
  5530. [string.count |G -> int]
  5531. string.count(|s, sub[, start[,end]]) 
  5532. ;
  5533. [string.expandtabs |G -> string]
  5534. string.expandtabs(|s [,tabsize]) 
  5535. ;
  5536. [string.find |G -> in]
  5537. string.find(|s, sub [,start [,end]]) 
  5538. ;
  5539. [string.index |G -> int]
  5540. string.index(|s, sub [,start [,end]]) 
  5541. ;
  5542. [string.index_error |G  Inappropriate argument value (of correct type).]
  5543. string.index_error(|) 
  5544. ;
  5545. [string.join |G -> string]
  5546. string.join(|list [,sep]) 
  5547. ;
  5548. [string.joinfields |G  join(list {,sep}) -> string]
  5549. string.joinfields(|) 
  5550. ;
  5551. [string.ljust |G -> string]
  5552. string.ljust(|s, width) 
  5553. ;
  5554. [string.lower |G -> string]
  5555. string.lower(|s) 
  5556. ;
  5557. [string.lstrip |G -> string]
  5558. string.lstrip(|s) 
  5559. ;
  5560. [string.maketrans |G -> string]
  5561. string.maketrans(|frm, to) 
  5562. ;
  5563. [string.replace  |G -> string]
  5564. string.replace (|str, old, new[, maxsplit]) 
  5565. ;
  5566. [string.rfind |G -> int]
  5567. string.rfind(|s, sub [,start [,end]]) 
  5568. ;
  5569. [string.rindex |G -> int]
  5570. string.rindex(|s, sub [,start [,end]]) 
  5571. ;
  5572. [string.rjust |G -> string]
  5573. string.rjust(|s, width) 
  5574. ;
  5575. [string.rstrip |G -> string]
  5576. string.rstrip(|s) 
  5577. ;
  5578. [string.split |G -> list of strings]
  5579. string.split(|s [,sep [,maxsplit]]) 
  5580. ;
  5581. [string.splitfields |G  split(s {,sep {,maxsplit}}) -> list of strings]
  5582. string.splitfields(|) 
  5583. ;
  5584. [string.strip |G -> string]
  5585. string.strip(|s) 
  5586. ;
  5587. [string.swapcase |G -> string]
  5588. string.swapcase(|s) 
  5589. ;
  5590. [string.translate |G -> string]
  5591. string.translate(|s,table [,deletions]) 
  5592. ;
  5593. [string.upper |G -> string]
  5594. string.upper(|s) 
  5595. ;
  5596. [string.zfill |G -> string]
  5597. string.zfill(|x, width) 
  5598. ;
  5599. [stringold.atof |G -> float]
  5600. stringold.atof(|s) 
  5601. ;
  5602. [stringold.atof_error |G  Inappropriate argument value (of correct type).]
  5603. stringold.atof_error(|) 
  5604. ;
  5605. [stringold.atoi |G -> int]
  5606. stringold.atoi(|s [,base]) 
  5607. ;
  5608. [stringold.atoi_error |G  Inappropriate argument value (of correct type).]
  5609. stringold.atoi_error(|) 
  5610. ;
  5611. [stringold.atol |G -> long]
  5612. stringold.atol(|s [,base]) 
  5613. ;
  5614. [stringold.atol_error |G  Inappropriate argument value (of correct type).]
  5615. stringold.atol_error(|) 
  5616. ;
  5617. [stringold.capitalize |G -> string]
  5618. stringold.capitalize(|s) 
  5619. ;
  5620. [stringold.capwords |G -> string]
  5621. stringold.capwords(|s, [sep]) 
  5622. ;
  5623. [stringold.center |G -> string]
  5624. stringold.center(|s, width) 
  5625. ;
  5626. [stringold.count |G -> int]
  5627. stringold.count(|s, sub[, start[,end]]) 
  5628. ;
  5629. [stringold.expandtabs |G -> string]
  5630. stringold.expandtabs(|s [,tabsize]) 
  5631. ;
  5632. [stringold.find |G -> in]
  5633. stringold.find(|s, sub [,start [,end]]) 
  5634. ;
  5635. [stringold.index |G -> int]
  5636. stringold.index(|s, sub [,start [,end]]) 
  5637. ;
  5638. [stringold.index_error |G  Inappropriate argument value (of correct type).]
  5639. stringold.index_error(|) 
  5640. ;
  5641. [stringold.join |G -> string]
  5642. stringold.join(|list [,sep]) 
  5643. ;
  5644. [stringold.joinfields |G  join(list {,sep}) -> string]
  5645. stringold.joinfields(|) 
  5646. ;
  5647. [stringold.ljust |G -> string]
  5648. stringold.ljust(|s, width) 
  5649. ;
  5650. [stringold.lower |G -> string]
  5651. stringold.lower(|s) 
  5652. ;
  5653. [stringold.lstrip |G -> string]
  5654. stringold.lstrip(|s) 
  5655. ;
  5656. [stringold.maketrans |G -> string]
  5657. stringold.maketrans(|frm, to) 
  5658. ;
  5659. [stringold.replace  |G -> string]
  5660. stringold.replace (|str, old, new[, maxsplit]) 
  5661. ;
  5662. [stringold.rfind |G -> int]
  5663. stringold.rfind(|s, sub [,start [,end]]) 
  5664. ;
  5665. [stringold.rindex |G -> int]
  5666. stringold.rindex(|s, sub [,start [,end]]) 
  5667. ;
  5668. [stringold.rjust |G -> string]
  5669. stringold.rjust(|s, width) 
  5670. ;
  5671. [stringold.rstrip |G -> string]
  5672. stringold.rstrip(|s) 
  5673. ;
  5674. [stringold.split |G -> list of strings]
  5675. stringold.split(|str [,sep [,maxsplit]]) 
  5676. ;
  5677. [stringold.splitfields |G  split(str {,sep {,maxsplit}}) -> list of strings]
  5678. stringold.splitfields(|) 
  5679. ;
  5680. [stringold.strip |G -> string]
  5681. stringold.strip(|s) 
  5682. ;
  5683. [stringold.swapcase |G -> string]
  5684. stringold.swapcase(|s) 
  5685. ;
  5686. [stringold.translate |G -> string]
  5687. stringold.translate(|s,table [,deletechars]) 
  5688. ;
  5689. [stringold.upper |G -> string]
  5690. stringold.upper(|s) 
  5691. ;
  5692. [stringold.zfill |G -> string]
  5693. stringold.zfill(|x, width) 
  5694. ;
  5695. [strop.atof |G -> float]
  5696. strop.atof(|s) 
  5697. ;
  5698. [strop.atoi |G -> int]
  5699. strop.atoi(|s [,base]) 
  5700. ;
  5701. [strop.atol |G -> long]
  5702. strop.atol(|s [,base]) 
  5703. ;
  5704. [strop.capitalize |G -> string]
  5705. strop.capitalize(|s) 
  5706. ;
  5707. [strop.count |G -> int]
  5708. strop.count(|s, sub[, start[, end]]) 
  5709. ;
  5710. [strop.expandtabs |G -> string]
  5711. strop.expandtabs(|string, [tabsize]) 
  5712. ;
  5713. [strop.find |G -> in]
  5714. strop.find(|s, sub [,start [,end]]) 
  5715. ;
  5716. [strop.join |G -> string]
  5717. strop.join(|list [,sep]) 
  5718. ;
  5719. [strop.lower |G -> string]
  5720. strop.lower(|s) 
  5721. ;
  5722. [strop.lstrip |G -> string]
  5723. strop.lstrip(|s) 
  5724. ;
  5725. [strop.maketrans |G -> string]
  5726. strop.maketrans(|frm, to) 
  5727. ;
  5728. [strop.replace  |G -> string]
  5729. strop.replace (|str, old, new[, maxsplit]) 
  5730. ;
  5731. [strop.rfind |G -> int]
  5732. strop.rfind(|s, sub [,start [,end]]) 
  5733. ;
  5734. [strop.rstrip |G -> string]
  5735. strop.rstrip(|s) 
  5736. ;
  5737. [strop.split |G -> list of strings]
  5738. strop.split(|s [,sep [,maxsplit]]) 
  5739. ;
  5740. [strop.strip |G -> string]
  5741. strop.strip(|s) 
  5742. ;
  5743. [strop.swapcase |G -> string]
  5744. strop.swapcase(|s) 
  5745. ;
  5746. [strop.translate |G -> string]
  5747. strop.translate(|s,table [,deletechars]) 
  5748. ;
  5749. [strop.upper |G -> string]
  5750. strop.upper(|s) 
  5751. ;
  5752. [struct.calcsize |G -> int]
  5753. struct.calcsize(|fmt) 
  5754. ;
  5755. [struct.error |G {class}]
  5756. struct.error(|) 
  5757. ;
  5758. [struct.pack |G -> string]
  5759. struct.pack(|fmt, v1, v2, ...) 
  5760. ;
  5761. [struct.unpack |G -> (v1, v2, ...)]
  5762. struct.unpack(|fmt, string) 
  5763. ;
  5764. [sunau.Au_read |G ]
  5765. sunau.Au_read(|f)
  5766. ;
  5767. [sunau.Au_write |G ]
  5768. sunau.Au_write(|f)
  5769. ;
  5770. [sunau.Error |G {class}]
  5771. sunau.Error(|) 
  5772. ;
  5773. [sunau._read_u32 |G ]
  5774. sunau._read_u32(|file)
  5775. ;
  5776. [sunau._write_u32 |G ]
  5777. sunau._write_u32(|file, x)
  5778. ;
  5779. [sunau.open |G ]
  5780. sunau.open(|f, mode=None)
  5781. ;
  5782. [sunau.openfp |G {function}]
  5783. sunau.openfp(|) 
  5784. ;
  5785. [sunaudio.error |G {class}]
  5786. sunaudio.error(|) 
  5787. ;
  5788. [sunaudio.get_long_be |G  Convert a 4-char value to integer.]
  5789. sunaudio.get_long_be(|s) 
  5790. ;
  5791. [sunaudio.gethdr |G  Read a sound header from an open file.]
  5792. sunaudio.gethdr(|fp) 
  5793. ;
  5794. [sunaudio.printhdr |G  Read and print the sound header of a named file.]
  5795. sunaudio.printhdr(|file) 
  5796. ;
  5797. [super |G -> unbound super object]
  5798. super(|type) 
  5799. ;
  5800. [symbol.main |G ]
  5801. symbol.main(|)
  5802. ;
  5803. [symtable.Class |G {class}]
  5804. symtable.Class(|) 
  5805. ;
  5806. [symtable.Function |G {class}]
  5807. symtable.Function(|) 
  5808. ;
  5809. [symtable.Symbol |G ]
  5810. symtable.Symbol(|name, flags, namespaces=None)
  5811. ;
  5812. [symtable.SymbolTable |G ]
  5813. symtable.SymbolTable(|raw_table, filename)
  5814. ;
  5815. [symtable.SymbolTableFactory |G {class}]
  5816. symtable.SymbolTableFactory(|) 
  5817. ;
  5818. [symtable.bool |G  Helper to force boolean result to 1 or 0]
  5819. symtable.bool(|x) 
  5820. ;
  5821. [symtable.is_free |G ]
  5822. symtable.is_free(|flags)
  5823. ;
  5824. [symtable.symtable |G ]
  5825. symtable.symtable(|code, filename, compile_type)
  5826. ;
  5827. [sys._getframe |G -> frameobject]
  5828. sys._getframe(|[depth]) 
  5829. ;
  5830. [sys.displayhook |G -> None]
  5831. sys.displayhook(|object) 
  5832. ;
  5833. [sys.exc_info |G -> (type, value, traceback)]
  5834. sys.exc_info(|) 
  5835. ;
  5836. [sys.excepthook |G -> None]
  5837. sys.excepthook(|exctype, value, traceback) 
  5838. ;
  5839. [sys.exit |G exit status will be one (i.e., failure).]
  5840. sys.exit(|[status])
  5841. ;
  5842. [sys.getdefaultencoding |G -> string]
  5843. sys.getdefaultencoding(|) 
  5844. ;
  5845. [sys.getrecursionlimit |G recursion from causing an overflow of the C stack and crashing Python.]
  5846. sys.getrecursionlimit(|)
  5847. ;
  5848. [sys.getrefcount |G -> integer]
  5849. sys.getrefcount(|object) 
  5850. ;
  5851. [sys.setcheckinterval |G n instructions.  This also affects how often thread switches occur.]
  5852. sys.setcheckinterval(|n)
  5853. ;
  5854. [sys.setprofile |G and return.  See the profiler chapter in the library manual.]
  5855. sys.setprofile(|function)
  5856. ;
  5857. [sys.setrecursionlimit |G dependent.]
  5858. sys.setrecursionlimit(|n)
  5859. ;
  5860. [sys.settrace |G function call.  See the debugger chapter in the library manual.]
  5861. sys.settrace(|function)
  5862. ;
  5863. [tabnanny.NannyNag |G  ]
  5864. tabnanny.NannyNag(|lineno, msg, line) 
  5865. ;
  5866. [tabnanny.Whitespace |G ]
  5867. tabnanny.Whitespace(|ws)
  5868. ;
  5869. [tabnanny.check |G     ]
  5870. tabnanny.check(|file_or_dir)
  5871. ;
  5872. [tabnanny.errprint |G ]
  5873. tabnanny.errprint(|*args)
  5874. ;
  5875. [tabnanny.format_witnesses |G ]
  5876. tabnanny.format_witnesses(|w)
  5877. ;
  5878. [tabnanny.main |G ]
  5879. tabnanny.main(|)
  5880. ;
  5881. [tabnanny.process_tokens |G ]
  5882. tabnanny.process_tokens(|tokens)
  5883. ;
  5884. [telnetlib.Telnet |G  Telnet interface class.]
  5885. telnetlib.Telnet(|host=None, port=0) 
  5886. ;
  5887. [telnetlib.test |G  Test program for telnetlib.]
  5888. telnetlib.test(|) 
  5889. ;
  5890. [tempfile.TemporaryFile |G  Create and return a temporary file (opened read-write by default).]
  5891. tempfile.TemporaryFile(|mode='w+b', bufsize=-1, suffix="") 
  5892. ;
  5893. [tempfile.TemporaryFileWrapper |G  Temporary file wrapper]
  5894. tempfile.TemporaryFileWrapper(|file, path) 
  5895. ;
  5896. [tempfile._gettempdir_inner |G  Function to calculate the directory to use.]
  5897. tempfile._gettempdir_inner(|) 
  5898. ;
  5899. [tempfile.gettempdir |G  Function to calculate the directory to use.]
  5900. tempfile.gettempdir(|) 
  5901. ;
  5902. [tempfile.gettempprefix |G  Function to calculate a prefix of the filename to use.]
  5903. tempfile.gettempprefix(|) 
  5904. ;
  5905. [tempfile.mktemp |G  User-callable function to return a unique temporary file name.]
  5906. tempfile.mktemp(|suffix="") 
  5907. ;
  5908. [thread.allocate_lock |G -> lock object]
  5909. thread.allocate_lock(|) 
  5910. ;
  5911. [thread.error |G {class}]
  5912. thread.error(|) 
  5913. ;
  5914. [thread.exit |G thread to exit silently unless the exception is caught.]
  5915. thread.exit(|)
  5916. ;
  5917. [thread.get_ident |G -> integer]
  5918. thread.get_ident(|) 
  5919. ;
  5920. [thread.start_new_thread |G ]
  5921. thread.start_new_thread(|function, args[, kwargs])
  5922. ;
  5923. [threading.BoundedSemaphore |G ]
  5924. threading.BoundedSemaphore(|*args, **kwargs)
  5925. ;
  5926. [threading.Condition |G ]
  5927. threading.Condition(|*args, **kwargs)
  5928. ;
  5929. [threading.Event |G ]
  5930. threading.Event(|*args, **kwargs)
  5931. ;
  5932. [threading.RLock |G ]
  5933. threading.RLock(|*args, **kwargs)
  5934. ;
  5935. [threading.Semaphore |G ]
  5936. threading.Semaphore(|*args, **kwargs)
  5937. ;
  5938. [threading.Thread |G {class}]
  5939. threading.Thread(|) 
  5940. ;
  5941. [threading.ThreadError |G {class}]
  5942. threading.ThreadError(|) 
  5943. ;
  5944. [threading.Timer |G ]
  5945. threading.Timer(|*args, **kwargs)
  5946. ;
  5947. [threading._BoundedSemaphore |G  Semaphore that checks that # releases is <= # acquires]
  5948. threading._BoundedSemaphore(|value=1, verbose=None) 
  5949. ;
  5950. [threading._Condition |G ]
  5951. threading._Condition(|lock=None, verbose=None)
  5952. ;
  5953. [threading._DummyThread |G {class}]
  5954. threading._DummyThread(|) 
  5955. ;
  5956. [threading._Event |G ]
  5957. threading._Event(|verbose=None)
  5958. ;
  5959. [threading._MainThread |G {class}]
  5960. threading._MainThread(|) 
  5961. ;
  5962. [threading._RLock |G ]
  5963. threading._RLock(|verbose=None)
  5964. ;
  5965. [threading._Semaphore |G ]
  5966. threading._Semaphore(|value=1, verbose=None)
  5967. ;
  5968. [threading._StringIO |G  class StringIO({buffer})]
  5969. threading._StringIO(|) 
  5970. ;
  5971. [threading._Timer |G  Call a function after a specified number of seconds:]
  5972. threading._Timer(|interval, function, args=[], kwargs={}) 
  5973. ;
  5974. [threading._Verbose |G {class}]
  5975. threading._Verbose(|) 
  5976. ;
  5977. [threading._newname |G ]
  5978. threading._newname(|template="Thread-%d")
  5979. ;
  5980. [threading._pickSomeNonDaemonThread |G ]
  5981. threading._pickSomeNonDaemonThread(|)
  5982. ;
  5983. [threading._print_exc |G  Shorthand for 'print_exception(sys.exc_type, sys.exc_value, sys.exc_traceback, limit, file)'.]
  5984. threading._print_exc(|) 
  5985. ;
  5986. [threading._test |G ]
  5987. threading._test(|)
  5988. ;
  5989. [threading.activeCount |G ]
  5990. threading.activeCount(|)
  5991. ;
  5992. [threading.currentThread |G ]
  5993. threading.currentThread(|)
  5994. ;
  5995. [threading.enumerate |G ]
  5996. threading.enumerate(|)
  5997. ;
  5998. [time.asctime |G -> string]
  5999. time.asctime(|[tuple]) 
  6000. ;
  6001. [time.clock |G -> floating point number]
  6002. time.clock(|) 
  6003. ;
  6004. [time.ctime |G -> string]
  6005. time.ctime(|seconds) 
  6006. ;
  6007. [time.gmtime |G -> (tm_year, tm_mon, tm_day, tm_hour, tm_min,]
  6008. time.gmtime(|[seconds]) 
  6009. ;
  6010. [time.localtime |G -> (tm_year,tm_mon,tm_day,tm_hour,tm_min,tm_sec,tm_wday,tm_yday,tm_isdst)]
  6011. time.localtime(|[seconds]) 
  6012. ;
  6013. [time.mktime |G -> floating point number]
  6014. time.mktime(|tuple) 
  6015. ;
  6016. [time.sleep |G a floating point number for subsecond precision.]
  6017. time.sleep(|seconds)
  6018. ;
  6019. [time.strftime |G -> string]
  6020. time.strftime(|format[, tuple]) 
  6021. ;
  6022. [time.time |G -> floating point number]
  6023. time.time(|) 
  6024. ;
  6025. [toaiff._toaiff |G ]
  6026. toaiff._toaiff(|filename, temps)
  6027. ;
  6028. [toaiff.error |G {class}]
  6029. toaiff.error(|) 
  6030. ;
  6031. [toaiff.toaiff |G ]
  6032. toaiff.toaiff(|filename)
  6033. ;
  6034. [token.ISEOF |G ]
  6035. token.ISEOF(|x)
  6036. ;
  6037. [token.ISNONTERMINAL |G ]
  6038. token.ISNONTERMINAL(|x)
  6039. ;
  6040. [token.ISTERMINAL |G ]
  6041. token.ISTERMINAL(|x)
  6042. ;
  6043. [token.main |G ]
  6044. token.main(|)
  6045. ;
  6046. [tokenize.ISEOF |G {function}]
  6047. tokenize.ISEOF(|) 
  6048. ;
  6049. [tokenize.ISNONTERMINAL |G {function}]
  6050. tokenize.ISNONTERMINAL(|) 
  6051. ;
  6052. [tokenize.ISTERMINAL |G {function}]
  6053. tokenize.ISTERMINAL(|) 
  6054. ;
  6055. [tokenize.StopTokenizing |G {class}]
  6056. tokenize.StopTokenizing(|) 
  6057. ;
  6058. [tokenize.TokenError |G {class}]
  6059. tokenize.TokenError(|) 
  6060. ;
  6061. [tokenize.any |G ]
  6062. tokenize.any(|*choices)
  6063. ;
  6064. [tokenize.generate_tokens |G  ]
  6065. tokenize.generate_tokens(|readline) 
  6066. ;
  6067. [tokenize.group |G ]
  6068. tokenize.group(|*choices)
  6069. ;
  6070. [tokenize.main |G {function}]
  6071. tokenize.main(|) 
  6072. ;
  6073. [tokenize.maybe |G ]
  6074. tokenize.maybe(|*choices)
  6075. ;
  6076. [tokenize.printtoken |G ]
  6077. tokenize.printtoken(|type, token, (srow, scol), (erow, ecol), line)
  6078. ;
  6079. [tokenize.tokenize |G  ]
  6080. tokenize.tokenize(|readline, tokeneater=printtoken) 
  6081. ;
  6082. [tokenize.tokenize_loop |G ]
  6083. tokenize.tokenize_loop(|readline, tokeneater)
  6084. ;
  6085. [traceback._print |G ]
  6086. traceback._print(|file, str='', terminator='\n')
  6087. ;
  6088. [traceback._some_str |G ]
  6089. traceback._some_str(|value)
  6090. ;
  6091. [traceback.extract_stack |G  Extract the raw traceback from the current stack frame.]
  6092. traceback.extract_stack(|f=None, limit = None) 
  6093. ;
  6094. [traceback.extract_tb |G  Return list of up to limit pre-processed entries from traceback.]
  6095. traceback.extract_tb(|tb, limit = None) 
  6096. ;
  6097. [traceback.format_exception |G  Format a stack trace and the exception information.]
  6098. traceback.format_exception(|etype, value, tb, limit = None) 
  6099. ;
  6100. [traceback.format_exception_only |G  Format the exception part of a traceback.]
  6101. traceback.format_exception_only(|etype, value) 
  6102. ;
  6103. [traceback.format_list |G  Format a list of traceback entry tuples for printing.]
  6104. traceback.format_list(|extracted_list) 
  6105. ;
  6106. [traceback.format_stack |G  Shorthand for 'format_list(extract_stack(f, limit))'.]
  6107. traceback.format_stack(|f=None, limit=None) 
  6108. ;
  6109. [traceback.format_tb |G  A shorthand for 'format_list(extract_stack(f, limit)).]
  6110. traceback.format_tb(|tb, limit = None) 
  6111. ;
  6112. [traceback.print_exc |G  Shorthand for 'print_exception(sys.exc_type, sys.exc_value, sys.exc_traceback, limit, file)'.]
  6113. traceback.print_exc(|limit=None, file=None) 
  6114. ;
  6115. [traceback.print_exception |G  Print exception up to 'limit' stack trace entries from 'tb' to 'file'.]
  6116. traceback.print_exception(|etype, value, tb, limit=None, file=None) 
  6117. ;
  6118. [traceback.print_last |G  This is a shorthand for 'print_exception(sys.last_type,]
  6119. traceback.print_last(|limit=None, file=None) 
  6120. ;
  6121. [traceback.print_list |G  Print the list of tuples as returned by extract_tb() or]
  6122. traceback.print_list(|extracted_list, file=None) 
  6123. ;
  6124. [traceback.print_stack |G  Print a stack trace from its invocation point.]
  6125. traceback.print_stack(|f=None, limit=None, file=None) 
  6126. ;
  6127. [traceback.print_tb |G  Print up to 'limit' stack trace entries from the traceback 'tb'.]
  6128. traceback.print_tb(|tb, limit=None, file=None) 
  6129. ;
  6130. [traceback.tb_lineno |G  Calculate correct line number of traceback given in tb.]
  6131. traceback.tb_lineno(|tb) 
  6132. ;
  6133. [tuple |G -> an empty tuple]
  6134. tuple(|) 
  6135. ;
  6136. [type |G -> the object's type]
  6137. type(|object) 
  6138. ;
  6139. [unichr |G -> Unicode character]
  6140. unichr(|i) 
  6141. ;
  6142. [unicode |G -> object]
  6143. unicode(|string [, encoding[, errors]]) 
  6144. ;
  6145. [unittest.FunctionTestCase |G  A test case that wraps a test function.]
  6146. unittest.FunctionTestCase(|) 
  6147. ;
  6148. [unittest.TestCase |G  A class whose instances are single test cases.]
  6149. unittest.TestCase(|methodName='runTest') 
  6150. ;
  6151. [unittest.TestLoader |G  This class is responsible for loading tests according to various]
  6152. unittest.TestLoader(|) 
  6153. ;
  6154. [unittest.TestProgram |G  A command-line program that runs a set of tests; this is primarily]
  6155. unittest.TestProgram(|) 
  6156. ;
  6157. [unittest.TestResult |G  Holder for test result information.]
  6158. unittest.TestResult(|) 
  6159. ;
  6160. [unittest.TestSuite |G  A test suite is a composite test consisting of a number of TestCases.]
  6161. unittest.TestSuite(|tests=()) 
  6162. ;
  6163. [unittest.TextTestRunner |G  A test runner class that displays results in textual form.]
  6164. unittest.TextTestRunner(|stream=sys.stderr, descriptions=1, verbosity=1) 
  6165. ;
  6166. [unittest._TextTestResult |G  A test result class that can print formatted text results to a stream.]
  6167. unittest._TextTestResult(|stream, descriptions, verbosity) 
  6168. ;
  6169. [unittest._WritelnDecorator |G  Used to decorate file-like objects with a handy 'writeln' method]
  6170. unittest._WritelnDecorator(|stream) 
  6171. ;
  6172. [unittest._makeLoader |G ]
  6173. unittest._makeLoader(|prefix, sortUsing, suiteClass=None)
  6174. ;
  6175. [unittest.findTestCases |G ]
  6176. unittest.findTestCases(|module, prefix='test', sortUsing=cmp, suiteClass=TestSuite)
  6177. ;
  6178. [unittest.getTestCaseNames |G ]
  6179. unittest.getTestCaseNames(|testCaseClass, prefix, sortUsing=cmp)
  6180. ;
  6181. [unittest.main |G  A command-line program that runs a set of tests; this is primarily]
  6182. unittest.main(|) 
  6183. ;
  6184. [unittest.makeSuite |G ]
  6185. unittest.makeSuite(|testCaseClass, prefix='test', sortUsing=cmp, suiteClass=TestSuite)
  6186. ;
  6187. [urllib.FancyURLopener |G  Derived class with handlers for errors we can handle (perhaps).]
  6188. urllib.FancyURLopener(|*args) 
  6189. ;
  6190. [urllib.URLopener |G  Class to open URLs.]
  6191. urllib.URLopener(|proxies=None, **x509) 
  6192. ;
  6193. [urllib._fast_quote |G ]
  6194. urllib._fast_quote(|s)
  6195. ;
  6196. [urllib.addbase |G  Base class for addinfo and addclosehook.]
  6197. urllib.addbase(|fp) 
  6198. ;
  6199. [urllib.addclosehook |G  Class to add a close hook to an open file.]
  6200. urllib.addclosehook(|fp, closehook, *hookargs) 
  6201. ;
  6202. [urllib.addinfo |G  class to add an info() method to an open file.]
  6203. urllib.addinfo(|fp, headers) 
  6204. ;
  6205. [urllib.addinfourl |G  class to add info() and geturl() methods to an open file.]
  6206. urllib.addinfourl(|fp, headers, url) 
  6207. ;
  6208. [urllib.basejoin |G  Utility to combine a URL with a base URL to form a new URL.]
  6209. urllib.basejoin(|base, url) 
  6210. ;
  6211. [urllib.ftperrors |G  Return the set of errors raised by the FTP class.]
  6212. urllib.ftperrors(|) 
  6213. ;
  6214. [urllib.ftpwrapper |G  Class used by open_ftp() for cache of open FTP connections.]
  6215. urllib.ftpwrapper(|user, passwd, host, port, dirs) 
  6216. ;
  6217. [urllib.getproxies |G  Return a dictionary of scheme -> proxy server URL mappings.]
  6218. urllib.getproxies(|) 
  6219. ;
  6220. [urllib.getproxies_environment |G  Return a dictionary of scheme -> proxy server URL mappings.]
  6221. urllib.getproxies_environment(|) 
  6222. ;
  6223. [urllib.getproxies_registry |G  Return a dictionary of scheme -> proxy server URL mappings.]
  6224. urllib.getproxies_registry(|) 
  6225. ;
  6226. [urllib.localhost |G  Return the IP address of the magic hostname 'localhost'.]
  6227. urllib.localhost(|) 
  6228. ;
  6229. [urllib.main |G ]
  6230. urllib.main(|)
  6231. ;
  6232. [urllib.noheaders |G  Return an empty mimetools.Message object.]
  6233. urllib.noheaders(|) 
  6234. ;
  6235. [urllib.pathname2url |G  Convert a DOS path name to a file url.]
  6236. urllib.pathname2url(|) 
  6237. ;
  6238. [urllib.proxy_bypass |G {function}]
  6239. urllib.proxy_bypass(|) 
  6240. ;
  6241. [urllib.quote |G -> 'abc%20def']
  6242. urllib.quote(|'abc def') 
  6243. ;
  6244. [urllib.quote_plus |G  Quote the query fragment of a URL; replacing ' ' with '+']
  6245. urllib.quote_plus(|s, safe = '') 
  6246. ;
  6247. [urllib.reporthook |G ]
  6248. urllib.reporthook(|blocknum, blocksize, totalsize)
  6249. ;
  6250. [urllib.splitattr |G ->]
  6251. urllib.splitattr(|'/path;attr1=value1;attr2=value2;...') 
  6252. ;
  6253. [urllib.splitgophertype |G -> 'X', 'selector'.--> 'X', 'selector'.]
  6254. urllib.splitgophertype(|'/Xselector') -
  6255. ;
  6256. [urllib.splithost |G -> 'host{:port}', '/path'.--> 'host{:port}', '/path'.]
  6257. urllib.splithost(|'//host[:port]/path') -
  6258. ;
  6259. [urllib.splitnport |G  Split host and port, returning numeric port.]
  6260. urllib.splitnport(|host, defport=-1) 
  6261. ;
  6262. [urllib.splitpasswd |G -> 'user', 'passwd'.]
  6263. urllib.splitpasswd(|'user:passwd') 
  6264. ;
  6265. [urllib.splitport |G -> 'host', 'port'.--> 'host', 'port'.]
  6266. urllib.splitport(|'host:port') -
  6267. ;
  6268. [urllib.splitquery |G -> '/path', 'query'.--> '/path', 'query'.]
  6269. urllib.splitquery(|'/path?query') -
  6270. ;
  6271. [urllib.splittag |G -> '/path', 'tag'.--> '/path', 'tag'.]
  6272. urllib.splittag(|'/path#tag') -
  6273. ;
  6274. [urllib.splittype |G -> 'type', 'opaquestring'.--> 'type', 'opaquestring'.]
  6275. urllib.splittype(|'type:opaquestring') -
  6276. ;
  6277. [urllib.splituser |G -> 'user{:passwd}', 'host{:port}'.--> 'user{:passwd}', 'host{:port}'.]
  6278. urllib.splituser(|'user[:passwd]@host[:port]') -
  6279. ;
  6280. [urllib.splitvalue |G -> 'attr', 'value'.--> 'attr', 'value'.]
  6281. urllib.splitvalue(|'attr=value') -
  6282. ;
  6283. [urllib.test |G ]
  6284. urllib.test(|args=[])
  6285. ;
  6286. [urllib.test1 |G ]
  6287. urllib.test1(|)
  6288. ;
  6289. [urllib.thishost |G  Return the IP address of the current host.]
  6290. urllib.thishost(|) 
  6291. ;
  6292. [urllib.toBytes |G -> 'URL'.--> 'URL'.]
  6293. urllib.toBytes(|u"URL") -
  6294. ;
  6295. [urllib.unquote |G -> 'abc def'.]
  6296. urllib.unquote(|'abc%20def') 
  6297. ;
  6298. [urllib.unquote_plus |G  unquote('%7e/abc+def') -> '~/abc def']
  6299. urllib.unquote_plus(|s) 
  6300. ;
  6301. [urllib.unwrap |G -> 'type://host/path'.--> 'type://host/path'.]
  6302. urllib.unwrap(|'<URL:type://host/path>') -
  6303. ;
  6304. [urllib.url2pathname |G  Convert a URL to a DOS path.]
  6305. urllib.url2pathname(|) 
  6306. ;
  6307. [urllib.urlcleanup |G ]
  6308. urllib.urlcleanup(|)
  6309. ;
  6310. [urllib.urlencode |G  Encode a sequence of two-element tuples or dictionary into a URL query string.]
  6311. urllib.urlencode(|query,doseq=0) 
  6312. ;
  6313. [urllib.urlopen |G -> open file-like object]
  6314. urllib.urlopen(|url [, data]) 
  6315. ;
  6316. [urllib.urlretrieve |G ]
  6317. urllib.urlretrieve(|url, filename=None, reporthook=None, data=None)
  6318. ;
  6319. [urllib2.AbstractBasicAuthHandler |G ]
  6320. urllib2.AbstractBasicAuthHandler(|password_mgr=None)
  6321. ;
  6322. [urllib2.AbstractDigestAuthHandler |G ]
  6323. urllib2.AbstractDigestAuthHandler(|passwd=None)
  6324. ;
  6325. [urllib2.AbstractHTTPHandler |G {class}]
  6326. urllib2.AbstractHTTPHandler(|) 
  6327. ;
  6328. [urllib2.BaseHandler |G {class}]
  6329. urllib2.BaseHandler(|) 
  6330. ;
  6331. [urllib2.CacheFTPHandler |G {class}]
  6332. urllib2.CacheFTPHandler(|) 
  6333. ;
  6334. [urllib2.CustomProxy |G ]
  6335. urllib2.CustomProxy(|proto, func=None, proxy_addr=None)
  6336. ;
  6337. [urllib2.CustomProxyHandler |G ]
  6338. urllib2.CustomProxyHandler(|*proxies)
  6339. ;
  6340. [urllib2.FTPHandler |G {class}]
  6341. urllib2.FTPHandler(|) 
  6342. ;
  6343. [urllib2.FileHandler |G {class}]
  6344. urllib2.FileHandler(|) 
  6345. ;
  6346. [urllib2.GopherError |G {class}]
  6347. urllib2.GopherError(|) 
  6348. ;
  6349. [urllib2.GopherHandler |G {class}]
  6350. urllib2.GopherHandler(|) 
  6351. ;
  6352. [urllib2.HTTPBasicAuthHandler |G {class}]
  6353. urllib2.HTTPBasicAuthHandler(|) 
  6354. ;
  6355. [urllib2.HTTPDefaultErrorHandler |G {class}]
  6356. urllib2.HTTPDefaultErrorHandler(|) 
  6357. ;
  6358. [urllib2.HTTPDigestAuthHandler |G  An authentication protocol defined by RFC 2069]
  6359. urllib2.HTTPDigestAuthHandler(|) 
  6360. ;
  6361. [urllib2.HTTPError |G  Raised when HTTP error occurs, but also acts like non-error return]
  6362. urllib2.HTTPError(|url, code, msg, hdrs, fp) 
  6363. ;
  6364. [urllib2.HTTPHandler |G {class}]
  6365. urllib2.HTTPHandler(|) 
  6366. ;
  6367. [urllib2.HTTPPasswordMgr |G {class}]
  6368. urllib2.HTTPPasswordMgr(|) 
  6369. ;
  6370. [urllib2.HTTPPasswordMgrWithDefaultRealm |G {class}]
  6371. urllib2.HTTPPasswordMgrWithDefaultRealm(|) 
  6372. ;
  6373. [urllib2.HTTPRedirectHandler |G {class}]
  6374. urllib2.HTTPRedirectHandler(|) 
  6375. ;
  6376. [urllib2.OpenerDirector |G {class}]
  6377. urllib2.OpenerDirector(|) 
  6378. ;
  6379. [urllib2.OpenerFactory |G {class}]
  6380. urllib2.OpenerFactory(|) 
  6381. ;
  6382. [urllib2.ProxyBasicAuthHandler |G {class}]
  6383. urllib2.ProxyBasicAuthHandler(|) 
  6384. ;
  6385. [urllib2.ProxyDigestAuthHandler |G {class}]
  6386. urllib2.ProxyDigestAuthHandler(|) 
  6387. ;
  6388. [urllib2.ProxyHandler |G ]
  6389. urllib2.ProxyHandler(|proxies=None)
  6390. ;
  6391. [urllib2.Request |G ]
  6392. urllib2.Request(|url, data=None, headers={})
  6393. ;
  6394. [urllib2.StringIO |G -- Return a StringIO-like stream for reading or writing]
  6395. urllib2.StringIO(|[s]) 
  6396. ;
  6397. [urllib2.URLError |G ]
  6398. urllib2.URLError(|reason)
  6399. ;
  6400. [urllib2.UnknownHandler |G {class}]
  6401. urllib2.UnknownHandler(|) 
  6402. ;
  6403. [urllib2.addinfourl |G  class to add info() and geturl() methods to an open file.]
  6404. urllib2.addinfourl(|) 
  6405. ;
  6406. [urllib2.build_opener |G  Create an opener object from a list of handlers.]
  6407. urllib2.build_opener(|*handlers) 
  6408. ;
  6409. [urllib2.encode_digest |G ]
  6410. urllib2.encode_digest(|digest)
  6411. ;
  6412. [urllib2.ftpwrapper |G  Class used by open_ftp() for cache of open FTP connections.]
  6413. urllib2.ftpwrapper(|) 
  6414. ;
  6415. [urllib2.getproxies |G  Return a dictionary of scheme -> proxy server URL mappings.]
  6416. urllib2.getproxies(|) 
  6417. ;
  6418. [urllib2.install_opener |G ]
  6419. urllib2.install_opener(|opener)
  6420. ;
  6421. [urllib2.localhost |G  Return the IP address of the magic hostname 'localhost'.]
  6422. urllib2.localhost(|) 
  6423. ;
  6424. [urllib2.noheaders |G  Return an empty mimetools.Message object.]
  6425. urllib2.noheaders(|) 
  6426. ;
  6427. [urllib2.parse_http_list |G  Parse lists as described by RFC 2068 Section 2.]
  6428. urllib2.parse_http_list(|s) 
  6429. ;
  6430. [urllib2.parse_keqv_list |G  Parse list of key=value strings where keys are not duplicated.]
  6431. urllib2.parse_keqv_list(|l) 
  6432. ;
  6433. [urllib2.splitattr |G ->]
  6434. urllib2.splitattr(|'/path;attr1=value1;attr2=value2;...') 
  6435. ;
  6436. [urllib2.splitgophertype |G -> 'X', 'selector'.--> 'X', 'selector'.]
  6437. urllib2.splitgophertype(|'/Xselector') -
  6438. ;
  6439. [urllib2.splithost |G -> 'host{:port}', '/path'.--> 'host{:port}', '/path'.]
  6440. urllib2.splithost(|'//host[:port]/path') -
  6441. ;
  6442. [urllib2.splitport |G -> 'host', 'port'.--> 'host', 'port'.]
  6443. urllib2.splitport(|'host:port') -
  6444. ;
  6445. [urllib2.splitquery |G -> '/path', 'query'.--> '/path', 'query'.]
  6446. urllib2.splitquery(|'/path?query') -
  6447. ;
  6448. [urllib2.splittype |G -> 'type', 'opaquestring'.--> 'type', 'opaquestring'.]
  6449. urllib2.splittype(|'type:opaquestring') -
  6450. ;
  6451. [urllib2.unquote |G -> 'abc def'.]
  6452. urllib2.unquote(|'abc%20def') 
  6453. ;
  6454. [urllib2.unwrap |G -> 'type://host/path'.--> 'type://host/path'.]
  6455. urllib2.unwrap(|'<URL:type://host/path>') -
  6456. ;
  6457. [urllib2.url2pathname |G  Convert a URL to a DOS path.]
  6458. urllib2.url2pathname(|) 
  6459. ;
  6460. [urllib2.urlopen |G ]
  6461. urllib2.urlopen(|url, data=None)
  6462. ;
  6463. [urlparse._splitparams |G ]
  6464. urlparse._splitparams(|url)
  6465. ;
  6466. [urlparse.clear_cache |G  Clear the parse cache.]
  6467. urlparse.clear_cache(|) 
  6468. ;
  6469. [urlparse.test |G ]
  6470. urlparse.test(|)
  6471. ;
  6472. [urlparse.urldefrag |G  Removes any existing fragment from URL.]
  6473. urlparse.urldefrag(|url) 
  6474. ;
  6475. [urlparse.urljoin |G  Join a base URL and a possibly relative URL to form an absolute]
  6476. urlparse.urljoin(|base, url, allow_fragments = 1) 
  6477. ;
  6478. [urlparse.urlparse |G  Parse a URL into 6 components:]
  6479. urlparse.urlparse(|url, scheme='', allow_fragments=1) 
  6480. ;
  6481. [urlparse.urlsplit |G  Parse a URL into 5 components:]
  6482. urlparse.urlsplit(|url, scheme='', allow_fragments=1) 
  6483. ;
  6484. [urlparse.urlunparse |G  Put a parsed URL back together again.  This may result in a]
  6485. urlparse.urlunparse(|(scheme, netloc, url, params, query, fragment)) 
  6486. ;
  6487. [urlparse.urlunsplit |G ]
  6488. urlparse.urlunsplit(|(scheme, netloc, url, query, fragment))
  6489. ;
  6490. [uu.Error |G {class}]
  6491. uu.Error(|) 
  6492. ;
  6493. [uu.decode |G  Decode uuencoded file]
  6494. uu.decode(|in_file, out_file=None, mode=None, quiet=0) 
  6495. ;
  6496. [uu.encode |G  Uuencode file]
  6497. uu.encode(|in_file, out_file, name=None, mode=None) 
  6498. ;
  6499. [uu.test |G  uuencode/uudecode main program]
  6500. uu.test(|) 
  6501. ;
  6502. [vars |G -> dictionary]
  6503. vars(|[object]) 
  6504. ;
  6505. [warnings._OptionError |G  Exception used by option processing helpers.]
  6506. warnings._OptionError(|) 
  6507. ;
  6508. [warnings._getaction |G ]
  6509. warnings._getaction(|action)
  6510. ;
  6511. [warnings._getcategory |G ]
  6512. warnings._getcategory(|category)
  6513. ;
  6514. [warnings._processoptions |G ]
  6515. warnings._processoptions(|args)
  6516. ;
  6517. [warnings._setoption |G ]
  6518. warnings._setoption(|arg)
  6519. ;
  6520. [warnings._test |G ]
  6521. warnings._test(|)
  6522. ;
  6523. [warnings.filterwarnings |G  Insert an entry into the list of warnings filters (at the front).]
  6524. warnings.filterwarnings(|) 
  6525. ;
  6526. [warnings.formatwarning |G  Function to format a warning the standard way.]
  6527. warnings.formatwarning(|message, category, filename, lineno) 
  6528. ;
  6529. [warnings.resetwarnings |G  Clear the list of warning filters, so that no filters are active.]
  6530. warnings.resetwarnings(|) 
  6531. ;
  6532. [warnings.showwarning |G  Hook to write a warning to a file; replace if you like.]
  6533. warnings.showwarning(|message, category, filename, lineno, file=None) 
  6534. ;
  6535. [warnings.warn |G  Issue a warning, or maybe ignore it or raise an exception.]
  6536. warnings.warn(|message, category=None, stacklevel=1) 
  6537. ;
  6538. [warnings.warn_explicit |G {function}]
  6539. warnings.warn_explicit(|) 
  6540. ;
  6541. [wave.Chunk |G {class}]
  6542. wave.Chunk(|) 
  6543. ;
  6544. [wave.Error |G {class}]
  6545. wave.Error(|) 
  6546. ;
  6547. [wave.Wave_read |G  Variables used in this class:]
  6548. wave.Wave_read(|f) 
  6549. ;
  6550. [wave.Wave_write |G  Variables used in this class:]
  6551. wave.Wave_write(|f) 
  6552. ;
  6553. [wave.open |G ]
  6554. wave.open(|f, mode=None)
  6555. ;
  6556. [wave.openfp |G {function}]
  6557. wave.openfp(|) 
  6558. ;
  6559. [weakref.BaseIter |G {class}]
  6560. weakref.BaseIter(|) 
  6561. ;
  6562. [weakref.ReferenceError |G  Weak ref proxy used after referent went away.]
  6563. weakref.ReferenceError(|) 
  6564. ;
  6565. [weakref.WeakKeyDictionary |G  Mapping class that references keys weakly.]
  6566. weakref.WeakKeyDictionary(|dict=None) 
  6567. ;
  6568. [weakref.WeakKeyedItemIterator |G ]
  6569. weakref.WeakKeyedItemIterator(|weakdict)
  6570. ;
  6571. [weakref.WeakKeyedKeyIterator |G ]
  6572. weakref.WeakKeyedKeyIterator(|weakdict)
  6573. ;
  6574. [weakref.WeakValueDictionary |G  Mapping class that references values weakly.]
  6575. weakref.WeakValueDictionary(|) 
  6576. ;
  6577. [weakref.WeakValuedItemIterator |G ]
  6578. weakref.WeakValuedItemIterator(|weakdict)
  6579. ;
  6580. [weakref.WeakValuedValueIterator |G ]
  6581. weakref.WeakValuedValueIterator(|weakdict)
  6582. ;
  6583. [weakref.getweakrefcount |G -- return the number of weak references]
  6584. weakref.getweakrefcount(|object) 
  6585. ;
  6586. [weakref.getweakrefs |G -- return a list of all weak reference objects]
  6587. weakref.getweakrefs(|object) 
  6588. ;
  6589. [weakref.proxy |G -- create a proxy object that weakly]
  6590. weakref.proxy(|object[, callback]) 
  6591. ;
  6592. [weakref.ref |G -- create a weak reference to 'object';]
  6593. weakref.ref(|object[, callback]) 
  6594. ;
  6595. [webbrowser.Error |G {class}]
  6596. webbrowser.Error(|) 
  6597. ;
  6598. [webbrowser.GenericBrowser |G ]
  6599. webbrowser.GenericBrowser(|cmd)
  6600. ;
  6601. [webbrowser.Grail |G {class}]
  6602. webbrowser.Grail(|) 
  6603. ;
  6604. [webbrowser.InternetConfig |G {class}]
  6605. webbrowser.InternetConfig(|) 
  6606. ;
  6607. [webbrowser.Konqueror |G  Controller for the KDE File Manager (kfm, or Konqueror).]
  6608. webbrowser.Konqueror(|) 
  6609. ;
  6610. [webbrowser.Netscape |G  Launcher class for Netscape browsers.]
  6611. webbrowser.Netscape(|name) 
  6612. ;
  6613. [webbrowser.WindowsDefault |G {class}]
  6614. webbrowser.WindowsDefault(|) 
  6615. ;
  6616. [webbrowser._iscommand |G  Return true if cmd can be found on the executable search path.]
  6617. webbrowser._iscommand(|cmd) 
  6618. ;
  6619. [webbrowser._synthesize |G  Attempt to synthesize a controller base on existing controllers.]
  6620. webbrowser._synthesize(|browser) 
  6621. ;
  6622. [webbrowser.get |G  Return a browser launcher instance appropriate for the environment.]
  6623. webbrowser.get(|using=None) 
  6624. ;
  6625. [webbrowser.open |G ]
  6626. webbrowser.open(|url, new=0, autoraise=1)
  6627. ;
  6628. [webbrowser.open_new |G ]
  6629. webbrowser.open_new(|url)
  6630. ;
  6631. [webbrowser.register |G  Register a browser connector and, optionally, connection.]
  6632. webbrowser.register(|name, klass, instance=None) 
  6633. ;
  6634. [whichdb.whichdb |G  Guess which db package to use to open a db file.]
  6635. whichdb.whichdb(|filename) 
  6636. ;
  6637. [whrandom.whrandom |G ]
  6638. whrandom.whrandom(|x = 0, y = 0, z = 0)
  6639. ;
  6640. [winsound.Beep |G ]
  6641. winsound.Beep(|frequency, duration) - a wrapper around the Windows Beep API
  6642. ;
  6643. [winsound.PlaySound |G ]
  6644. winsound.PlaySound(|sound, flags) - a wrapper around the Windows PlaySound API
  6645. ;
  6646. [xdrlib.ConversionError |G {class}]
  6647. xdrlib.ConversionError(|) 
  6648. ;
  6649. [xdrlib.Error |G  Exception class for this module. Use:]
  6650. xdrlib.Error(|msg) 
  6651. ;
  6652. [xdrlib.Packer |G  Pack various data representations into a buffer.]
  6653. xdrlib.Packer(|) 
  6654. ;
  6655. [xdrlib.Unpacker |G  Unpacks various data representations from the given buffer.]
  6656. xdrlib.Unpacker(|data) 
  6657. ;
  6658. [xdrlib._test |G ]
  6659. xdrlib._test(|)
  6660. ;
  6661. [xml.dom.DOMException |G  Abstract base class for DOM exceptions.]
  6662. xml.dom.DOMException(|*args, **kw) 
  6663. ;
  6664. [xml.dom.DomstringSizeErr |G {class}]
  6665. xml.dom.DomstringSizeErr(|) 
  6666. ;
  6667. [xml.dom.HierarchyRequestErr |G {class}]
  6668. xml.dom.HierarchyRequestErr(|) 
  6669. ;
  6670. [xml.dom.IndexSizeErr |G {class}]
  6671. xml.dom.IndexSizeErr(|) 
  6672. ;
  6673. [xml.dom.InuseAttributeErr |G {class}]
  6674. xml.dom.InuseAttributeErr(|) 
  6675. ;
  6676. [xml.dom.InvalidAccessErr |G {class}]
  6677. xml.dom.InvalidAccessErr(|) 
  6678. ;
  6679. [xml.dom.InvalidCharacterErr |G {class}]
  6680. xml.dom.InvalidCharacterErr(|) 
  6681. ;
  6682. [xml.dom.InvalidModificationErr |G {class}]
  6683. xml.dom.InvalidModificationErr(|) 
  6684. ;
  6685. [xml.dom.InvalidStateErr |G {class}]
  6686. xml.dom.InvalidStateErr(|) 
  6687. ;
  6688. [xml.dom.NamespaceErr |G {class}]
  6689. xml.dom.NamespaceErr(|) 
  6690. ;
  6691. [xml.dom.NoDataAllowedErr |G {class}]
  6692. xml.dom.NoDataAllowedErr(|) 
  6693. ;
  6694. [xml.dom.NoModificationAllowedErr |G {class}]
  6695. xml.dom.NoModificationAllowedErr(|) 
  6696. ;
  6697. [xml.dom.Node |G  Class giving the NodeType constants.]
  6698. xml.dom.Node(|) 
  6699. ;
  6700. [xml.dom.NotFoundErr |G {class}]
  6701. xml.dom.NotFoundErr(|) 
  6702. ;
  6703. [xml.dom.NotSupportedErr |G {class}]
  6704. xml.dom.NotSupportedErr(|) 
  6705. ;
  6706. [xml.dom.SyntaxErr |G {class}]
  6707. xml.dom.SyntaxErr(|) 
  6708. ;
  6709. [xml.dom.WrongDocumentErr |G {class}]
  6710. xml.dom.WrongDocumentErr(|) 
  6711. ;
  6712. [xml.dom.domreg._good_enough |G -> Return 1 if the dom offers the features]
  6713. xml.dom.domreg._good_enough(|dom, features) 
  6714. ;
  6715. [xml.dom.domreg.getDOMImplementation |G -> DOM implementation.]
  6716. xml.dom.domreg.getDOMImplementation(|name = None, features = ()) 
  6717. ;
  6718. [xml.dom.domreg.registerDOMImplementation |G ]
  6719. xml.dom.domreg.registerDOMImplementation(|name, factory)
  6720. ;
  6721. [xml.dom.getDOMImplementation |G -> DOM implementation.]
  6722. xml.dom.getDOMImplementation(|name = None, features = ()) 
  6723. ;
  6724. [xml.dom.minidom.Attr |G ]
  6725. xml.dom.minidom.Attr(|qName, namespaceURI=EMPTY_NAMESPACE, localName=None, prefix=None)
  6726. ;
  6727. [xml.dom.minidom.AttributeList |G  The attribute list is a transient interface to the underlying]
  6728. xml.dom.minidom.AttributeList(|) 
  6729. ;
  6730. [xml.dom.minidom.CDATASection |G {class}]
  6731. xml.dom.minidom.CDATASection(|) 
  6732. ;
  6733. [xml.dom.minidom.CharacterData |G ]
  6734. xml.dom.minidom.CharacterData(|data)
  6735. ;
  6736. [xml.dom.minidom.Comment |G ]
  6737. xml.dom.minidom.Comment(|data)
  6738. ;
  6739. [xml.dom.minidom.DOMImplementation |G {class}]
  6740. xml.dom.minidom.DOMImplementation(|) 
  6741. ;
  6742. [xml.dom.minidom.Document |G {class}]
  6743. xml.dom.minidom.Document(|) 
  6744. ;
  6745. [xml.dom.minidom.DocumentFragment |G {class}]
  6746. xml.dom.minidom.DocumentFragment(|) 
  6747. ;
  6748. [xml.dom.minidom.DocumentType |G ]
  6749. xml.dom.minidom.DocumentType(|qualifiedName)
  6750. ;
  6751. [xml.dom.minidom.Element |G {class}]
  6752. xml.dom.minidom.Element(|) 
  6753. ;
  6754. [xml.dom.minidom.HierarchyRequestErr |G {class}]
  6755. xml.dom.minidom.HierarchyRequestErr(|) 
  6756. ;
  6757. [xml.dom.minidom.NamedNodeMap |G  The attribute list is a transient interface to the underlying]
  6758. xml.dom.minidom.NamedNodeMap(|attrs, attrsNS, ownerElement) 
  6759. ;
  6760. [xml.dom.minidom.Node |G {class}]
  6761. xml.dom.minidom.Node(|) 
  6762. ;
  6763. [xml.dom.minidom.ProcessingInstruction |G ]
  6764. xml.dom.minidom.ProcessingInstruction(|target, data)
  6765. ;
  6766. [xml.dom.minidom.Text |G {class}]
  6767. xml.dom.minidom.Text(|) 
  6768. ;
  6769. [xml.dom.minidom._doparse |G ]
  6770. xml.dom.minidom._doparse(|func, args, kwargs)
  6771. ;
  6772. [xml.dom.minidom._getElementsByTagNameHelper |G ]
  6773. xml.dom.minidom._getElementsByTagNameHelper(|parent, name, rc)
  6774. ;
  6775. [xml.dom.minidom._getElementsByTagNameNSHelper |G ]
  6776. xml.dom.minidom._getElementsByTagNameNSHelper(|parent, nsURI, localName, rc)
  6777. ;
  6778. [xml.dom.minidom._get_StringIO |G ]
  6779. xml.dom.minidom._get_StringIO(|)
  6780. ;
  6781. [xml.dom.minidom._nssplit |G ]
  6782. xml.dom.minidom._nssplit(|qualifiedName)
  6783. ;
  6784. [xml.dom.minidom._write_data |G  Writes datachars to writer.]
  6785. xml.dom.minidom._write_data(|writer, data) 
  6786. ;
  6787. [xml.dom.minidom.getDOMImplementation |G ]
  6788. xml.dom.minidom.getDOMImplementation(|)
  6789. ;
  6790. [xml.dom.minidom.parse |G  Parse a file into a DOM by filename or file object.]
  6791. xml.dom.minidom.parse(|*args, **kwargs) 
  6792. ;
  6793. [xml.dom.minidom.parseString |G  Parse a file into a DOM from a string.]
  6794. xml.dom.minidom.parseString(|*args, **kwargs) 
  6795. ;
  6796. [xml.dom.pulldom.DOMEventStream |G ]
  6797. xml.dom.pulldom.DOMEventStream(|stream, parser, bufsize)
  6798. ;
  6799. [xml.dom.pulldom.ErrorHandler |G {class}]
  6800. xml.dom.pulldom.ErrorHandler(|) 
  6801. ;
  6802. [xml.dom.pulldom.PullDOM |G ]
  6803. xml.dom.pulldom.PullDOM(|documentFactory=None)
  6804. ;
  6805. [xml.dom.pulldom.SAX2DOM |G {class}]
  6806. xml.dom.pulldom.SAX2DOM(|) 
  6807. ;
  6808. [xml.dom.pulldom.parse |G ]
  6809. xml.dom.pulldom.parse(|stream_or_string, parser=None, bufsize=None)
  6810. ;
  6811. [xml.dom.pulldom.parseString |G ]
  6812. xml.dom.pulldom.parseString(|string, parser=None)
  6813. ;
  6814. [xml.dom.registerDOMImplementation |G ]
  6815. xml.dom.registerDOMImplementation(|name, factory)
  6816. ;
  6817. [xml.parsers.expat.ErrorString |G -> string]
  6818. xml.parsers.expat.ErrorString(|errno) 
  6819. ;
  6820. [xml.parsers.expat.ExpatError |G {class}]
  6821. xml.parsers.expat.ExpatError(|) 
  6822. ;
  6823. [xml.parsers.expat.ParserCreate |G -> parser]
  6824. xml.parsers.expat.ParserCreate(|[encoding[, namespace_separator]]) 
  6825. ;
  6826. [xml.parsers.expat.error |G {class}]
  6827. xml.parsers.expat.error(|) 
  6828. ;
  6829. [xml.sax.ContentHandler |G  Interface for receiving logical document content events.]
  6830. xml.sax.ContentHandler(|) 
  6831. ;
  6832. [xml.sax.ErrorHandler |G  Basic interface for SAX error handlers.]
  6833. xml.sax.ErrorHandler(|) 
  6834. ;
  6835. [xml.sax.InputSource |G  Encapsulation of the information needed by the XMLReader to]
  6836. xml.sax.InputSource(|) 
  6837. ;
  6838. [xml.sax.SAXException |G  Encapsulate an XML error or warning. This class can contain]
  6839. xml.sax.SAXException(|) 
  6840. ;
  6841. [xml.sax.SAXNotRecognizedException |G  Exception class for an unrecognized identifier.]
  6842. xml.sax.SAXNotRecognizedException(|) 
  6843. ;
  6844. [xml.sax.SAXNotSupportedException |G  Exception class for an unsupported operation.]
  6845. xml.sax.SAXNotSupportedException(|) 
  6846. ;
  6847. [xml.sax.SAXParseException |G  Encapsulate an XML parse error or warning.]
  6848. xml.sax.SAXParseException(|) 
  6849. ;
  6850. [xml.sax.SAXReaderNotAvailable |G  Exception class for a missing driver.]
  6851. xml.sax.SAXReaderNotAvailable(|) 
  6852. ;
  6853. [xml.sax._create_parser |G {function}]
  6854. xml.sax._create_parser(|) 
  6855. ;
  6856. [xml.sax._exceptions.SAXException |G  Encapsulate an XML error or warning. This class can contain]
  6857. xml.sax._exceptions.SAXException(|msg, exception=None) 
  6858. ;
  6859. [xml.sax._exceptions.SAXNotRecognizedException |G  Exception class for an unrecognized identifier.]
  6860. xml.sax._exceptions.SAXNotRecognizedException(|) 
  6861. ;
  6862. [xml.sax._exceptions.SAXNotSupportedException |G  Exception class for an unsupported operation.]
  6863. xml.sax._exceptions.SAXNotSupportedException(|) 
  6864. ;
  6865. [xml.sax._exceptions.SAXParseException |G  Encapsulate an XML parse error or warning.]
  6866. xml.sax._exceptions.SAXParseException(|msg, exception, locator) 
  6867. ;
  6868. [xml.sax._exceptions.SAXReaderNotAvailable |G  Exception class for a missing driver.]
  6869. xml.sax._exceptions.SAXReaderNotAvailable(|) 
  6870. ;
  6871. [xml.sax.expatreader.AttributesImpl |G {class}]
  6872. xml.sax.expatreader.AttributesImpl(|) 
  6873. ;
  6874. [xml.sax.expatreader.AttributesNSImpl |G {class}]
  6875. xml.sax.expatreader.AttributesNSImpl(|) 
  6876. ;
  6877. [xml.sax.expatreader.ExpatLocator |G  Locator for use with the ExpatParser class.]
  6878. xml.sax.expatreader.ExpatLocator(|parser) 
  6879. ;
  6880. [xml.sax.expatreader.ExpatParser |G  SAX driver for the Pyexpat C module.]
  6881. xml.sax.expatreader.ExpatParser(|namespaceHandling=0, bufsize=2**16-20) 
  6882. ;
  6883. [xml.sax.expatreader.SAXException |G  Encapsulate an XML error or warning. This class can contain]
  6884. xml.sax.expatreader.SAXException(|) 
  6885. ;
  6886. [xml.sax.expatreader.SAXNotRecognizedException |G  Exception class for an unrecognized identifier.]
  6887. xml.sax.expatreader.SAXNotRecognizedException(|) 
  6888. ;
  6889. [xml.sax.expatreader.SAXNotSupportedException |G  Exception class for an unsupported operation.]
  6890. xml.sax.expatreader.SAXNotSupportedException(|) 
  6891. ;
  6892. [xml.sax.expatreader.SAXParseException |G  Encapsulate an XML parse error or warning.]
  6893. xml.sax.expatreader.SAXParseException(|) 
  6894. ;
  6895. [xml.sax.expatreader.SAXReaderNotAvailable |G  Exception class for a missing driver.]
  6896. xml.sax.expatreader.SAXReaderNotAvailable(|) 
  6897. ;
  6898. [xml.sax.expatreader.create_parser |G ]
  6899. xml.sax.expatreader.create_parser(|*args, **kwargs)
  6900. ;
  6901. [xml.sax.handler.ContentHandler |G  Interface for receiving logical document content events.]
  6902. xml.sax.handler.ContentHandler(|) 
  6903. ;
  6904. [xml.sax.handler.DTDHandler |G  Handle DTD events.]
  6905. xml.sax.handler.DTDHandler(|) 
  6906. ;
  6907. [xml.sax.handler.EntityResolver |G  Basic interface for resolving entities. If you create an object]
  6908. xml.sax.handler.EntityResolver(|) 
  6909. ;
  6910. [xml.sax.handler.ErrorHandler |G  Basic interface for SAX error handlers.]
  6911. xml.sax.handler.ErrorHandler(|) 
  6912. ;
  6913. [xml.sax.make_parser |G  Creates and returns a SAX parser.]
  6914. xml.sax.make_parser(|parser_list = []) 
  6915. ;
  6916. [xml.sax.parse |G ]
  6917. xml.sax.parse(|source, handler, errorHandler=ErrorHandler())
  6918. ;
  6919. [xml.sax.parseString |G ]
  6920. xml.sax.parseString(|string, handler, errorHandler=ErrorHandler())
  6921. ;
  6922. [xml.sax.saxutils.XMLFilterBase |G  This class is designed to sit between an XMLReader and the]
  6923. xml.sax.saxutils.XMLFilterBase(|parent = None) 
  6924. ;
  6925. [xml.sax.saxutils.XMLGenerator |G ]
  6926. xml.sax.saxutils.XMLGenerator(|out=None, encoding="iso-8859-1")
  6927. ;
  6928. [xml.sax.saxutils.escape |G  Escape &, <, and > in a string of data.]
  6929. xml.sax.saxutils.escape(|data, entities={}) 
  6930. ;
  6931. [xml.sax.saxutils.prepare_input_source |G  This function takes an InputSource and an optional base URL and]
  6932. xml.sax.saxutils.prepare_input_source(|source, base = "") 
  6933. ;
  6934. [xml.sax.saxutils.quoteattr |G  Escape and quote an attribute value.]
  6935. xml.sax.saxutils.quoteattr(|data, entities={}) 
  6936. ;
  6937. [xml.sax.xmlreader.AttributesImpl |G ]
  6938. xml.sax.xmlreader.AttributesImpl(|attrs)
  6939. ;
  6940. [xml.sax.xmlreader.AttributesNSImpl |G ]
  6941. xml.sax.xmlreader.AttributesNSImpl(|attrs, qnames)
  6942. ;
  6943. [xml.sax.xmlreader.IncrementalParser |G  This interface adds three extra methods to the XMLReader]
  6944. xml.sax.xmlreader.IncrementalParser(|bufsize=2**16) 
  6945. ;
  6946. [xml.sax.xmlreader.InputSource |G  Encapsulation of the information needed by the XMLReader to]
  6947. xml.sax.xmlreader.InputSource(|system_id = None) 
  6948. ;
  6949. [xml.sax.xmlreader.Locator |G  Interface for associating a SAX event with a document]
  6950. xml.sax.xmlreader.Locator(|) 
  6951. ;
  6952. [xml.sax.xmlreader.SAXNotRecognizedException |G  Exception class for an unrecognized identifier.]
  6953. xml.sax.xmlreader.SAXNotRecognizedException(|) 
  6954. ;
  6955. [xml.sax.xmlreader.SAXNotSupportedException |G  Exception class for an unsupported operation.]
  6956. xml.sax.xmlreader.SAXNotSupportedException(|) 
  6957. ;
  6958. [xml.sax.xmlreader.XMLReader |G  Interface for reading an XML document using callbacks.]
  6959. xml.sax.xmlreader.XMLReader(|) 
  6960. ;
  6961. [xml.sax.xmlreader._test |G ]
  6962. xml.sax.xmlreader._test(|)
  6963. ;
  6964. [xmllib.Error |G {class}]
  6965. xmllib.Error(|) 
  6966. ;
  6967. [xmllib.TestXMLParser |G ]
  6968. xmllib.TestXMLParser(|**kw)
  6969. ;
  6970. [xmllib.XMLParser |G ]
  6971. xmllib.XMLParser(|**kw)
  6972. ;
  6973. [xmllib.test |G ]
  6974. xmllib.test(|args = None)
  6975. ;
  6976. [xrange |G -> xrange object]
  6977. xrange(|[start,] stop[, step]) 
  6978. ;
  6979. [xreadlines.xreadlines |G Return an xreadlines object for the file f.]
  6980. xreadlines.xreadlines(|f)
  6981. ;
  6982. [zip |G -> {(seq1{0}, seq2{0} ...), (...)}]
  6983. zip(|seq1 [, seq2 [...]]) 
  6984. ;
  6985. [zipfile.BadZipfile |G {class}]
  6986. zipfile.BadZipfile(|) 
  6987. ;
  6988. [zipfile.PyZipFile |G  Class to create ZIP archives with Python library files and packages.]
  6989. zipfile.PyZipFile(|) 
  6990. ;
  6991. [zipfile.ZipFile |G  Class with methods to open, read, write, close, list zip files.]
  6992. zipfile.ZipFile(|file, mode="r", compression=ZIP_STORED) 
  6993. ;
  6994. [zipfile.ZipInfo |G  Class with attributes describing each file in the ZIP archive.]
  6995. zipfile.ZipInfo(|filename="NoName", date_time=(1980,1,1,0,0,0)) 
  6996. ;
  6997. [zipfile._normpath |G {function}]
  6998. zipfile._normpath(|) 
  6999. ;
  7000. [zipfile.error |G {class}]
  7001. zipfile.error(|) 
  7002. ;
  7003. [zipfile.is_zipfile |G  Quickly see if file is a ZIP file by checking the magic number.]
  7004. zipfile.is_zipfile(|filename) 
  7005. ;
  7006. [zlib.adler32 |G -- Compute an Adler-32 checksum of string.]
  7007. zlib.adler32(|string[, start]) 
  7008. ;
  7009. [zlib.compress |G -- Returned compressed string.]
  7010. zlib.compress(|string[, level]) 
  7011. ;
  7012. [zlib.compressobj |G -- Return a compressor object.]
  7013. zlib.compressobj(|[level]) 
  7014. ;
  7015. [zlib.crc32 |G -- Compute a CRC-32 checksum of string.]
  7016. zlib.crc32(|string[, start]) 
  7017. ;
  7018. [zlib.decompress |G -- Return decompressed string.]
  7019. zlib.decompress(|string[, wbits[, bufsize]]) 
  7020. ;
  7021. [zlib.decompressobj |G -- Return a decompressor object.]
  7022. zlib.decompressobj(|[wbits]) 
  7023. ;
  7024. [zlib.error |G {class}]
  7025. zlib.error(|) 
  7026. ;